isEmpty property

Future<bool> isEmpty

Refer to Iterable.isEmpty;

Implementation

Future<bool> get isEmpty async => (await this).isEmpty;