CareTeamMemberDto constructor
CareTeamMemberDto({
- required String id,
- CareTeamMemberDtoCareTeamMemberTypeEnum? careTeamMemberType,
- String? healthcarePartyId,
- CodeStubDto? quality,
- String? encryptedSelf,
Returns a new CareTeamMemberDto instance.
Implementation
CareTeamMemberDto({
required this.id,
this.careTeamMemberType,
this.healthcarePartyId,
this.quality,
this.encryptedSelf,
});