HiveList<E extends HiveObjectMixin> constructor
Create a new HiveList which can contain HiveObjects from box
.
Implementation
factory HiveList(Box box, {List<E>? objects}) =>
HiveListImpl(box, objects: objects);