last property

Future<E> get last

Refer to Iterable.last;

Implementation

Future<E> get last async => (await this).last;