mutationQueueBox property

Box<Map<String, dynamic>?> mutationQueueBox
final

A hive box where the mutation will be stored.

Implementation

final Box<Map<String, dynamic>?> mutationQueueBox;