box property

Box<Map?> box
final

Direct access to the underlying Box.

WARNING: Directly editing the contents of the store will not automatically rebroadcast operations.

Implementation

final Box<Map<dynamic, dynamic>?> box;