SetGeneratorMaintenanceNoteRequestModel constructor

const SetGeneratorMaintenanceNoteRequestModel({
  1. int? deviceId,
  2. String? dealerEmail,
  3. String? maintenanceNote,
})

Implementation

const SetGeneratorMaintenanceNoteRequestModel({
  this.deviceId,
  this.dealerEmail,
  this.maintenanceNote,
});