isEmpty property

Future<bool> isEmpty

Implementation

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