RenovationConfig constructor

RenovationConfig(
  1. Renovation coreInstance,
  2. RenovationBackend backend,
  3. String hostUrl,
  4. Logger logger,
)

Implementation

RenovationConfig(this.coreInstance, this.backend, this.hostUrl, this.logger);