contentTypeField constant

FieldDefinition<String> const contentTypeField

Field definition for contentType.

Implementation

static const contentTypeField = FieldDefinition(
  name: 'contentType',
  getValue: _getContentType,
);