store property

Map<String, String?> store
final

The in-memory store.

Implementation

final store = <String, String?>{};