MaintenanceNoteUpsertV3Body constructor

const MaintenanceNoteUpsertV3Body({
  1. String? contents,
})

Implementation

const MaintenanceNoteUpsertV3Body({
  this.contents,
});