Resources constructor

Resources(Config config)

Implementation

Resources(this.config) {
  dataInterface = this.config.dataInterface;
  appState = AppState();
}