Join constructor

const Join([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetJ(), LowercaseAlphabetO(), LowercaseAlphabetI(), LowercaseAlphabetN()]))
])

Implementation

const Join([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetJ(),
            LowercaseAlphabetO(),
            LowercaseAlphabetI(),
            LowercaseAlphabetN(),
        ])
    )
]);