isNotEmptyAsync property

Future<bool> isNotEmptyAsync

Implementation

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