ELEMENT_DECORATOR_SUFFIX_BEFORE_PREFIX constant

ParserErrorCode const ELEMENT_DECORATOR_SUFFIX_BEFORE_PREFIX

Implementation

static const ELEMENT_DECORATOR_SUFFIX_BEFORE_PREFIX = ParserErrorCode._(
  'ELEMENT_DECORATOR',
  'Found special decorator suffix before prefix',
);