Header constructor
const
Header([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetH(), LowercaseAlphabetE(), LowercaseAlphabetA(), LowercaseAlphabetD(), LowercaseAlphabetE(), LowercaseAlphabetR()]))
Implementation
const Header([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetH(),
LowercaseAlphabetE(),
LowercaseAlphabetA(),
LowercaseAlphabetD(),
LowercaseAlphabetE(),
LowercaseAlphabetR(),
])
)
]);