Fragment constructor

const Fragment([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetF(), LowercaseAlphabetR(), LowercaseAlphabetA(), LowercaseAlphabetG(), LowercaseAlphabetM(), LowercaseAlphabetE(), LowercaseAlphabetN(), LowercaseAlphabetT()]))
])

Implementation

const Fragment([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetF(),
            LowercaseAlphabetR(),
            LowercaseAlphabetA(),
            LowercaseAlphabetG(),
            LowercaseAlphabetM(),
            LowercaseAlphabetE(),
            LowercaseAlphabetN(),
            LowercaseAlphabetT(),
        ])
    )
]);