isNotEmptyAsync property

FutureOr<bool> isNotEmptyAsync

Implementation

FutureOr<bool> get isNotEmptyAsync => then((itr) => itr.isNotEmpty);