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