use property

  1. @JsonKey(unknownEnumValue: ContactPointUse.unknown)
ContactPointUse? use
inherited

use Identifies the purpose for the contact point.

Implementation

@JsonKey(unknownEnumValue: ContactPointUse.unknown)
ContactPointUse? get use => throw _privateConstructorUsedError;