Pascal constructor
const
Pascal([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetP(), LowercaseAlphabetA(), LowercaseAlphabetS(), LowercaseAlphabetC(), LowercaseAlphabetA(), LowercaseAlphabetL()]))
Implementation
const Pascal([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetP(),
LowercaseAlphabetA(),
LowercaseAlphabetS(),
LowercaseAlphabetC(),
LowercaseAlphabetA(),
LowercaseAlphabetL(),
])
)
]);