unwrap method
Casts this AsyncValue to AsyncData and return it's value
or throws CastError if this is not AsyncData.
Implementation
@override
T unwrap() => value;
Casts this AsyncValue to AsyncData and return it's value
or throws CastError if this is not AsyncData.
@override
T unwrap() => value;