UNTERMINATED_MUSTACHE constant

ParserErrorCode const UNTERMINATED_MUSTACHE

Implementation

static const UNTERMINATED_MUSTACHE = ParserErrorCode._(
  'UNTERMINATED_MUSTACHE',
  'Unterminated mustache',
);