telecomField constant

FieldDefinition<FixedList<ContactPoint>> const telecomField

Field definition for telecom.

Implementation

static const telecomField = FieldDefinition(
  name: 'telecom',
  getValue: _getTelecom,
);