ELEMENT_DECORATOR_VALUE constant

ParserErrorCode const ELEMENT_DECORATOR_VALUE

Implementation

static const ELEMENT_DECORATOR_VALUE = ParserErrorCode._(
  'ELEMENT_DECORATOR_VALUE',
  "Expected quoted value following '='",
);