Configuration constructor

Configuration({
  1. String? companyName,
  2. String? configurationId,
  3. String? configurationName,
  4. String? contactEmail,
  5. String? contactPhone,
  6. String? customMessage,
  7. String? dpcExtras,
  8. String? dpcResourcePath,
  9. String? forcedResetTime,
  10. bool? isDefault,
  11. String? name,
})

Implementation

Configuration({
  this.companyName,
  this.configurationId,
  this.configurationName,
  this.contactEmail,
  this.contactPhone,
  this.customMessage,
  this.dpcExtras,
  this.dpcResourcePath,
  this.forcedResetTime,
  this.isDefault,
  this.name,
});