single property

Future<E> single

Refer to Iterable.single;

Implementation

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