irte_engine
memory_storage
MemoryStorage
store property
store
store
property
Null safety
Map
<
String
,
dynamic
>
store
read / write
The map to store key value pairs in memory
Implementation
Map<String, dynamic> store = {};
irte_engine
memory_storage
MemoryStorage
store property
MemoryStorage class
Constructors
MemoryStorage
Properties
hashCode
runtimeType
store
Methods
clear
get
noSuchMethod
remove
set
toString
Operators
operator ==