DataInterface constructor

DataInterface(Config config)

Implementation

DataInterface(this.config) {
  networkProvider = config.networkProvider;
}