UNDEFINED_CODE property

Code UNDEFINED_CODE
final

Undefined code with empty prefix

Implementation

static final UNDEFINED_CODE = const Code(
  type: CodeType.UNDEFINED,
  codeTitle: 'Undefined',
  fnc1: '',
);