empire_property library Null safety

Classes

EmpireBoolProperty
An EmpireProperty with similar characteristics as a an ordinary dart bool object
EmpireDateTimeProperty
An EmpireProperty with similar characteristics as a an ordinary dart DateTime object
EmpireDoubleProperty
An EmpireProperty with similar characteristics of dart double objects
EmpireIntProperty
An EmpireProperty with similar characteristics of dart int objects
EmpireListProperty<T>
An EmpireProperty with similar characteristics as a dart List<T>
EmpireMapProperty<K, V>
An EmpireProperty with similar characteristics as a dart Map<K, V>
EmpireNullableBoolProperty
An EmpireProperty with similar characteristics as a an ordinary dart bool object.
EmpireNullableDateTimeProperty
An EmpireProperty with similar characteristics as a an ordinary dart bool object.
EmpireNullableDoubleProperty
An EmpireProperty with similar characteristics of dart double objects
EmpireNullableIntProperty
An EmpireProperty with similar characteristics of dart int objects
EmpireNullableStringProperty
An EmpireProperty with similar characteristics as a dart String object
EmpireProperty<T>
Contains any object that will notify any listeners when its value is changed.
EmpireStringProperty
An EmpireProperty with similar characteristics as a dart String object
EmpireValue<T>
Base class for EmpireProperty