Camel constructor
const
Camel([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetC(), LowercaseAlphabetA(), LowercaseAlphabetM(), LowercaseAlphabetE(), LowercaseAlphabetL()]))
Implementation
const Camel([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetC(),
LowercaseAlphabetA(),
LowercaseAlphabetM(),
LowercaseAlphabetE(),
LowercaseAlphabetL(),
])
)
]);