InstallerEveronAdditionV3Body constructor
- InstallerDTO? installer,
- String? serialNumber,
- InstallationTypeDTO? installationType,
- String? displayName,
- FuelTypeDTO? fuelType,
- String? timezone,
Implementation
const InstallerEveronAdditionV3Body({
this.installer,
this.serialNumber,
this.installationType,
this.displayName,
this.fuelType,
this.timezone,
});