lastAsync property

FutureOr<T> lastAsync

Implementation

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