getStore property

Map<String, dynamic> getStore
inherited

Implementation

Map<String, dynamic> get getStore => GlobalStore.singleInstance.getStore;
void getStore=(Map<String, dynamic>? _getStore)
inherited

Implementation

Map<String, dynamic>? getStore;