SharpEscapeSequenceKeyword constructor

const SharpEscapeSequenceKeyword([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([UppercaseAlphabetS(), UppercaseAlphabetH(), UppercaseAlphabetA(), UppercaseAlphabetR(), UppercaseAlphabetP()]))
])

Implementation

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