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