InstallerEveronAdditionV3Body constructor

const InstallerEveronAdditionV3Body({
  1. InstallerDTO? installer,
  2. String? serialNumber,
  3. InstallationTypeDTO? installationType,
  4. String? displayName,
  5. FuelTypeDTO? fuelType,
  6. String? timezone,
})

Implementation

const InstallerEveronAdditionV3Body({
  this.installer,
  this.serialNumber,
  this.installationType,
  this.displayName,
  this.fuelType,
  this.timezone,
});