firstAsync property

FutureOr<T> firstAsync

Implementation

FutureOr<T> get firstAsync => then((itr) => itr.first);