SharpEscapeSequenceKeyword constructor
const
SharpEscapeSequenceKeyword([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([UppercaseAlphabetS(), UppercaseAlphabetH(), UppercaseAlphabetA(), UppercaseAlphabetR(), UppercaseAlphabetP()]))
Implementation
const SharpEscapeSequenceKeyword([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
UppercaseAlphabetS(),
UppercaseAlphabetH(),
UppercaseAlphabetA(),
UppercaseAlphabetR(),
UppercaseAlphabetP(),
])
)
]);