nameField constant
Field definition for name.
Implementation
static const nameField = FieldDefinition(
name: 'name',
getValue: _getName,
description: '''
A name associated with the individual.''',
cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);