SUFFIX_EVENT constant

ParserErrorCode const SUFFIX_EVENT

Implementation

static const SUFFIX_EVENT = ParserErrorCode._(
  'SUFFIX_EVENT',
  "Expected closing parenthesis ')'",
);