MaintenanceNoteDTO constructor
- int? id,
- DateTime? timestamp,
- String? contents,
- bool? authorIsDealer,
- DealerUserDTO? dealerAuthor,
Implementation
const MaintenanceNoteDTO({
this.id,
this.timestamp,
this.contents,
this.authorIsDealer,
this.dealerAuthor,
});