unwrap method

  1. @override
T unwrap()
override

Casts this AsyncValue to AsyncData and return it's value or throws CastError if this is not AsyncData.

Implementation

@override
T unwrap() => value;