isNotEmptyAsync property

FutureOr<bool> get isNotEmptyAsync

Implementation

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