ServiceConfig constructor

ServiceConfig({
  1. String? domain,
})

Implementation

ServiceConfig({
  this.domain,
});