NewLineEscapeSequenceKeyword constructor

const NewLineEscapeSequenceKeyword([
  1. 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(),
        ])
    )
]);