irte_engine
key_value_storage
KeyValueStorage
get method
get
get
method
Null safety
dynamic
get
(
String
key
)
Get the value for a key from storage namespace
Implementation
dynamic get(String key) { return box.read(key); }
irte_engine
key_value_storage
KeyValueStorage
get method
KeyValueStorage class
Constructors
KeyValueStorage
Properties
box
hashCode
namespace
runtimeType
Methods
clear
get
noSuchMethod
remove
set
toString
Operators
operator ==