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