StateEvents class

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<StateValue>
no setter

Methods

contains(StateKey? key) bool
created(StateFeature from) List<StateEvent<StateValue>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removed(StateFeature from) List<StateEvent<StateValue>>
toString() String
A string representation of this object.
override
updated(StateFeature from) List<StateEvent<StateValue>>

Operators

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