boxType property

  1. @override
BoxType get boxType
inherited

The type of the native Hive box managed by this class.

Implementation

@override
BoxType get boxType => _internalBox.boxType;