RecoveryResult<T> class
sealed
- Implementers
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
Static Methods
-
encode<
T> (RecoveryResult< T> value, dynamic encodeT(T)) → Map<String, dynamic> -
fromJSON<
T> (Map< String, dynamic> data, T decodeT(dynamic)) → RecoveryResult<T>