HiveBox constructor

HiveBox({
  1. required String boxName,
})

Creates a new HiveBox.

Implementation

HiveBox({required this.boxName});