AtsDetailsDTO constructor
- AtsDTO? ats,
- AtsSystemSettingsDTO? systemSettings,
- AtsUtilityToGeneratorSettingsDTO? utilityToGeneratorSettings,
- AtsGeneratorToUtilitySettingsDTO? generatorToUtilitySettings,
Implementation
const AtsDetailsDTO({
this.ats,
this.systemSettings,
this.utilityToGeneratorSettings,
this.generatorToUtilitySettings,
});