GetStatus<T> class
abstract
- Mixed-in types
- Implementers
- Available extensions
Constructors
- GetStatus()
-
const
- GetStatus.custom()
-
factory
- GetStatus.empty()
-
factory
- GetStatus.error(Object message)
-
factory
- GetStatus.loading()
-
factory
- GetStatus.success(T data)
-
factory
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