adhara
r
Resources
Resources constructor
Resources
Resources class
Constructors
Resources
Properties
appState
config
dataInterface
language
hashCode
runtimeType
Methods
getString
load
loadOne
noSuchMethod
toString
Operators
operator ==
Resources constructor
Resources
(
Config
config
)
Implementation
Resources(this.config) { dataInterface = this.config.dataInterface; appState = AppState(); }