No constructor

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

Implementation

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