DefineText constructor
const
DefineText([
- 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(),
])
)
]);