RC class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
→ Map<String, dynamic>
-
Returns RC sources.
no setter
Methods
-
call<T>(String keys)
→ T?
-
Returns a
T
typed value or null
.
-
contains(String keys)
→ bool
-
Whether this
RuntimeConfigure
contains the given keys
.
-
delete(String keys)
→ void
-
Delete value by
keys
in current runtime configure.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
set<T>(String keys, T value)
→ void
-
Sets a
value
by dotiable keys.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update<T>(String keys, T updater(T? value))
→ void
-
Updates a value by dotiable keys with
updater
callbacl.
-
use(Loader preset)
→ void
-
Use a Loader, If preset contains in current
RuntimeConfigure
skip it.