isNotEmpty property

Future<bool> isNotEmpty

Implementation

Future<bool> get isNotEmpty async {
  await _ready;
  return box.isNotEmpty;
}