SubContactDto constructor
SubContactDto({
- String? id,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodeStubDto> tags = const {}, - Set<
CodeStubDto> codes = const {}, - int? endOfLife,
- String? descr,
- String? protocol,
- int? status,
- String? formId,
- String? planOfActionId,
- String? healthElementId,
- String? classificationId,
- List<
ServiceLinkDto> services = const [], - String? encryptedSelf,
Returns a new SubContactDto instance.
Implementation
SubContactDto({
this.id,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.descr,
this.protocol,
this.status,
this.formId,
this.planOfActionId,
this.healthElementId,
this.classificationId,
this.services = const [],
this.encryptedSelf,
});