IEasyPrefs class abstract

Act as an interface like in other programming languages.

Has this abstract methods: onValueChanged, initializeAll, isTouched

Constructors

IEasyPrefs()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initializeAll() → void
Initializes all fields. Basically setting to their default values, which were defined in PrefsAnnotation
isTouched() → void
Returns true if any preference has been set so far, otherwise false
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onValueChanged(String key) → void
Gets triggered when a value has been changed.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited