first property
Future<E>
get
first
Refer to Iterable.first;
Implementation
Future<E> get first async => (await this).first;
Refer to Iterable.first;
Future<E> get first async => (await this).first;