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