With constructor

const With([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetW(), LowercaseAlphabetI(), LowercaseAlphabetT(), LowercaseAlphabetH()]))
])

Implementation

const With([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetW(),
            LowercaseAlphabetI(),
            LowercaseAlphabetT(),
            LowercaseAlphabetH(),
        ])
    )
]);