For constructor
const
For([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetF(), LowercaseAlphabetO(), LowercaseAlphabetR()]))
Implementation
const For([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetF(),
LowercaseAlphabetO(),
LowercaseAlphabetR(),
])
)
]);