Constant constructor

const Constant([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetC(), LowercaseAlphabetO(), LowercaseAlphabetN(), LowercaseAlphabetS(), LowercaseAlphabetT(), LowercaseAlphabetA(), LowercaseAlphabetN(), LowercaseAlphabetT()]))
])

Implementation

const Constant([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetC(),
            LowercaseAlphabetO(),
            LowercaseAlphabetN(),
            LowercaseAlphabetS(),
            LowercaseAlphabetT(),
            LowercaseAlphabetA(),
            LowercaseAlphabetN(),
            LowercaseAlphabetT(),
        ])
    )
]);