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