isNotEmptyAsync property

FutureOr<bool> isNotEmptyAsync

Implementation

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