irte_engine
simple_storage
SimpleStorage
<
T
>
get method
get
get
method
Null safety
T?
get
(
)
Get the value from storage
Implementation
T? get() { return storage.get(key); }
irte_engine
simple_storage
SimpleStorage
<
T
>
get method
SimpleStorage class
Constructors
SimpleStorage
Properties
hashCode
key
runtimeType
storage
Methods
get
noSuchMethod
remove
set
toString
Operators
operator ==