photoField constant
Field definition for photo.
Implementation
static const photoField = FieldDefinition(
name: 'photo',
getValue: _getPhoto,
description: '''
Image of the patient.''',
cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);