Param constructor
const
Param([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetP(), LowercaseAlphabetA(), LowercaseAlphabetR(), LowercaseAlphabetA(), LowercaseAlphabetM()]))
Implementation
const Param([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetP(),
LowercaseAlphabetA(),
LowercaseAlphabetR(),
LowercaseAlphabetA(),
LowercaseAlphabetM(),
])
)
]);