adhara
app_state
Scope
getValue method
getValue
Scope class
Constructors
Scope
Properties
hashCode
runtimeType
Methods
containsKey
containsValue
getValue
remove
setValue
noSuchMethod
toString
Operators
operator ==
getValue method
dynamic
getValue
(
dynamic
key
, [
dynamic
defaultValue
])
Implementation
getValue(dynamic key, [dynamic defaultValue]) { return _[key] ?? defaultValue; }