asFuture property Null safety
override
A future that has been completed with this result as a value or an error.
Implementation
@override
Future<T> get asFuture => Future.value(value);
A future that has been completed with this result as a value or an error.
@override
Future<T> get asFuture => Future.value(value);