DefineText constructor

const DefineText([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetD(), LowercaseAlphabetE(), LowercaseAlphabetF(), LowercaseAlphabetI(), LowercaseAlphabetN(), LowercaseAlphabetE(), Underbar(), LowercaseAlphabetT(), LowercaseAlphabetE(), LowercaseAlphabetX(), LowercaseAlphabetT()]))
])

Implementation

const DefineText([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetD(),
            LowercaseAlphabetE(),
            LowercaseAlphabetF(),
            LowercaseAlphabetI(),
            LowercaseAlphabetN(),
            LowercaseAlphabetE(),
            Underbar(),
            LowercaseAlphabetT(),
            LowercaseAlphabetE(),
            LowercaseAlphabetX(),
            LowercaseAlphabetT(),
        ])
    )
]);