productBox property

Box<Product> get productBox

Implementation

Box<Product> get productBox => Hive.box<Product>(productBoxName);