value property

  1. @JsonKey(name: 'Value')
String? value
inherited

The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).

Implementation

@JsonKey(name: 'Value')
String? get value => throw _privateConstructorUsedError;