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