StateEntry class Null safety
Data object to store state values with their keys used by MemoryStateStore
Constructors
- StateEntry(String key, dynamic value)
- Creates a new instance of the state entry and assigns its values. [...]
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getKey(
) → String - Gets the key to locate the state value. [...]
-
getLastUpdateTime(
) → int - Gets the last update time. [...]
-
getValue(
) → dynamic - Gets the sstate value. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setValue(
dynamic value) → void - Sets a new state value. [...]
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited