Fragment constructor
const
Fragment([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetF(), LowercaseAlphabetR(), LowercaseAlphabetA(), LowercaseAlphabetG(), LowercaseAlphabetM(), LowercaseAlphabetE(), LowercaseAlphabetN(), LowercaseAlphabetT()]))
Implementation
const Fragment([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetF(),
LowercaseAlphabetR(),
LowercaseAlphabetA(),
LowercaseAlphabetG(),
LowercaseAlphabetM(),
LowercaseAlphabetE(),
LowercaseAlphabetN(),
LowercaseAlphabetT(),
])
)
]);