commentField constant

FieldDefinition<String> const commentField

Field definition for comment.

Implementation

static const commentField = FieldDefinition(
  name: 'comment',
  getValue: _getComment,
);