type property

  1. @JsonKey(name: 'Type', unknownEnumValue: AllergyIntoleranceTypeEnum.allergy)
AllergyIntoleranceTypeEnum? type
inherited

Identification of the underlying physiological mechanism for the reaction risk

Implementation

@JsonKey(name: 'Type', unknownEnumValue: AllergyIntoleranceTypeEnum.allergy)
AllergyIntoleranceTypeEnum? get type => throw _privateConstructorUsedError;