isEmptyAsync property

Future<bool> isEmptyAsync

Implementation

Future<bool> get isEmptyAsync => then((itr) => itr.isEmpty);