last property

Future<E> last

Refer to Iterable.last;

Implementation

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