adhara
app_state
AppState
createScope method
createScope
AppState class
Constructors
AppState
Properties
hashCode
runtimeType
Methods
createScope
getScope
noSuchMethod
toString
Operators
operator ==
createScope method
dynamic
createScope
(
String
scopeName
)
Implementation
createScope(String scopeName) { _[scopeName] = Scope(); return _[scopeName]; }