StateControl mixin
Mixin for base definition of state control functions.
The functions defined in this mixin represent the base functions required to represent state management and state control.
These functions are used to show characteristics of state, such as pausing state via freeze
, unpausing state via unfreeze
and refreshing state via reload
.
- Mixin applications
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
-
freeze(
) → void - Function used to freeze state.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
) → void - Function used to refresh or reload state.
-
toString(
) → String -
A string representation of this object.
inherited
-
unfreeze(
) → void - Function used to unfreeze state.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited