isEmptyAsync property

FutureOr<bool> isEmptyAsync

Implementation

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