isOpen property

bool get isOpen

Implementation

bool get isOpen {
  return Hive.isBoxOpen(boxName);
}