first property

Future<E> first

Refer to Iterable.first;

Implementation

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