NewLineEscapeSequenceKeyword constructor
const
NewLineEscapeSequenceKeyword([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([UppercaseAlphabetN(), UppercaseAlphabetE(), UppercaseAlphabetW(), UppercaseAlphabetL(), UppercaseAlphabetI(), UppercaseAlphabetN(), UppercaseAlphabetE()]))
Implementation
const NewLineEscapeSequenceKeyword([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
UppercaseAlphabetN(),
UppercaseAlphabetE(),
UppercaseAlphabetW(),
UppercaseAlphabetL(),
UppercaseAlphabetI(),
UppercaseAlphabetN(),
UppercaseAlphabetE(),
])
)
]);