StateStore class

Constructors

StateStore()

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

Methods

clear() Future<void>
close() Future<void>
contains(Object? obj) bool
get<T extends StateValue>(StateKey key) → T
getAll<T extends StateValue>(bool test(T s)?) Iterable<T>
getOrNull<T extends StateValue>(StateKey key) → T?
getWhere(bool test(StateValue s)) Iterable<StateValue>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put<T extends StateValue>(StateFeature source, T value) → void
remove<T extends StateValue>(StateFeature source, StateKey<T>? key) → T?
reset(Stream<StateValue> values) Future<void>
set<T extends StateValue>(StateFeature source, Iterable<T> list, {bool where(T s)?}) → void
toString() String
A string representation of this object.
inherited

Operators

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