firstOrNullAsync property

Future<T?> firstOrNullAsync

Implementation

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