Identity constructor

Identity({
  1. String? healthUserId,
  2. String? legacyUserId,
  3. String? name,
})

Implementation

Identity({this.healthUserId, this.legacyUserId, this.name});