telecomField constant

FieldDefinition<List<ContactPoint>> const telecomField

Field definition for telecom.

Implementation

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