In constructor
const
In([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetI(), LowercaseAlphabetN()]))
Implementation
const In([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetI(),
LowercaseAlphabetN(),
])
)
]);