Constant constructor
const
Constant([
- 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(),
])
)
]);