cast<R> method
Casts the underlying value into a different type
Implementation
AsyncValue<R> cast<R>() => mapValue((value) => value as R);
Casts the underlying value into a different type
AsyncValue<R> cast<R>() => mapValue((value) => value as R);