listBox method

List<T> listBox()

Implementation

List<T> listBox() {
  try {
    return _box.values.toList();
  } catch (e) {
    throw HiveException.read(e).debugPrint;
  }
}