lastAsync property

FutureOr<T> get lastAsync

Implementation

FutureOr<T> get lastAsync => then((itr) => itr.last);