use property

  1. @JsonKey(name: 'Use', unknownEnumValue: ContactPointUseEnum.mobile)
ContactPointUseEnum? use
inherited

Identifies the purpose for the contact point.

Implementation

@JsonKey(name: 'Use', unknownEnumValue: ContactPointUseEnum.mobile)
ContactPointUseEnum? get use => throw _privateConstructorUsedError;