irte_engine
simple_storage
SimpleStorage
<
T
>
ready property
ready
ready
property
Null safety
Future
<
bool
>
ready
Is the storage ready
Implementation
Future<
bool
>
get
ready => storage.ready;
irte_engine
simple_storage
SimpleStorage
<
T
>
ready property
SimpleStorage class
Constructors
SimpleStorage
Properties
hashCode
key
ready
runtimeType
storage
Methods
get
noSuchMethod
remove
set
toString
Operators
operator ==