Not constructor

const Not([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetN(), LowercaseAlphabetO(), LowercaseAlphabetT()]))
])

Implementation

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