noteField constant

Field definition for note

Implementation

static const noteField = FieldDefinition(
  name: 'note',
  getValue: _getNote,
);