GlobalState class abstract

Constructors

GlobalState()

Properties

hashCode int
The hash code for this object.
no setterinherited
operationsState BuiltMap<Object, OperationState>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getOperationState(Object operationKey) OperationState
Returns an OperationState value by the operationKey.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateOperation<T extends GlobalState>(Object? operationKey, OperationState operationState) → T
Returns the T with updated OperationState by operationKey and operationState value.

Operators

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