ProviderState enum
The state of the Provider
which describes whether the current working
provider has a running process loading or not idle.
Values
- loading → const ProviderState
- idle → const ProviderState
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ProviderState> - A constant List of the values in this enum, in order of their declaration.