codeField constant

Field definition for code.

Implementation

static const codeField = FieldDefinition(
  name: 'code',
  getValue: _getCode,
);