RecoveryResultSuccess<T> class
- Implemented types
Constructors
- RecoveryResultSuccess.new(T _data)
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> (RecoveryResultSuccess< T> value, dynamic encodeT(T)) → Map<String, dynamic> -
override
-
fromJSON<
T> (Map< String, dynamic> data, T decodeT(dynamic)) → RecoveryResultSuccess<T> -
override