firstOrNullAsync property

FutureOr<T?> firstOrNullAsync

Implementation

FutureOr<T?> get firstOrNullAsync =>
    then((itr) => IterableExtensions(itr).firstOrNull);