isNotEmpty property

Future<bool> get isNotEmpty

Implementation

Future<bool> get isNotEmpty async => !await isEmpty;