lastAsync property

Future<T> lastAsync

Implementation

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