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