photoField constant

FieldDefinition<List<Attachment>> const photoField

Field definition for photo.

Implementation

static const photoField = FieldDefinition(
  name: 'photo',
  getValue: _getPhoto,
);