getBox method

BoxBase getBox()
inherited

Implementation

BoxBase getBox() {
  if (_isLazy) {
    return hive.lazyBox(_boxName);
  }
  return hive.box(_boxName);
}