lastOrNullAsync property

Future<T?> lastOrNullAsync

Implementation

Future<T?> get lastOrNullAsync => then((itr) => itr.lastOrNull);