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