copyWith method
- String? contents,
Implementation
MaintenanceNoteUpsertV3Body copyWith({String? contents}) {
return MaintenanceNoteUpsertV3Body(contents: contents ?? this.contents);
}
MaintenanceNoteUpsertV3Body copyWith({String? contents}) {
return MaintenanceNoteUpsertV3Body(contents: contents ?? this.contents);
}