data property

  1. @protected
  2. @visibleForTesting
Map<String, Map<String, dynamic>?> data
final

Normalized map that backs the store. Defaults to an empty HashMap

Implementation

@protected
@visibleForTesting
final Map<String, Map<String, dynamic>?> data;