FlowItemDto constructor
FlowItemDto({
- String? id,
- String? title,
- String? comment,
- int? receptionDate,
- int? processingDate,
- String? processer,
- int? cancellationDate,
- String? canceller,
- String? cancellationReason,
- String? cancellationNote,
- String? status,
- bool? homeVisit,
- String? municipality,
- String? town,
- String? zipCode,
- String? street,
- String? building,
- String? buildingNumber,
- String? doorbellName,
- String? floor,
- String? letterBox,
- String? notesOps,
- String? notesContact,
- String? latitude,
- String? longitude,
- String? type,
- bool? emergency,
- String? phoneNumber,
- String? patientId,
- String? patientLastName,
- String? patientFirstName,
- String? description,
- String? interventionCode,
Returns a new FlowItemDto instance.
Implementation
FlowItemDto({
this.id,
this.title,
this.comment,
this.receptionDate,
this.processingDate,
this.processer,
this.cancellationDate,
this.canceller,
this.cancellationReason,
this.cancellationNote,
this.status,
this.homeVisit,
this.municipality,
this.town,
this.zipCode,
this.street,
this.building,
this.buildingNumber,
this.doorbellName,
this.floor,
this.letterBox,
this.notesOps,
this.notesContact,
this.latitude,
this.longitude,
this.type,
this.emergency,
this.phoneNumber,
this.patientId,
this.patientLastName,
this.patientFirstName,
this.description,
this.interventionCode,
});