Snake constructor
const
Snake([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetS(), LowercaseAlphabetN(), LowercaseAlphabetA(), LowercaseAlphabetK(), LowercaseAlphabetE()]))
Implementation
const Snake([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetS(),
LowercaseAlphabetN(),
LowercaseAlphabetA(),
LowercaseAlphabetK(),
LowercaseAlphabetE(),
])
)
]);