getBox method

BoxBase getBox()
inherited

Implementation

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