DecryptedCalendarItemDto constructor
DecryptedCalendarItemDto({
- required String id,
- String? rev,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodeStubDto> tags = const {}, - Set<
CodeStubDto> codes = const {}, - int? endOfLife,
- int? deletionDate,
- required String title,
- String? calendarItemTypeId,
- String? masterCalendarItemId,
- String? patientId,
- bool? important,
- bool? homeVisit,
- String? phoneNumber,
- String? placeId,
- AddressDto? address,
- String? addressText,
- int? startTime,
- int? endTime,
- int? confirmationTime,
- String? confirmationId,
- int? duration,
- bool? allDay,
- String? details,
- bool? wasMigrated,
- String? agendaId,
- String? recurrenceId,
- Set<
CalendarItemTagDto> meetingTags = const {}, - FlowItemDto? flowItem,
- Set<
String> secretForeignKeys = const {}, - Map<
String, Set< cryptedForeignKeys = const {},DelegationDto> > - Map<
String, Set< delegations = const {},DelegationDto> > - Map<
String, Set< encryptionKeys = const {},DelegationDto> > - String? encryptedSelf,
Returns a new DecryptedCalendarItemDto instance.
Implementation
DecryptedCalendarItemDto({
required this.id,
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.deletionDate,
required this.title,
this.calendarItemTypeId,
this.masterCalendarItemId,
this.patientId,
this.important,
this.homeVisit,
this.phoneNumber,
this.placeId,
this.address,
this.addressText,
this.startTime,
this.endTime,
this.confirmationTime,
this.confirmationId,
this.duration,
this.allDay,
this.details,
this.wasMigrated,
this.agendaId,
this.recurrenceId,
this.meetingTags = const {},
this.flowItem,
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf,
});