isNotEmptyAsync property

Future<bool> isNotEmptyAsync

Implementation

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