True constructor
const
True([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetT(), LowercaseAlphabetR(), LowercaseAlphabetU(), LowercaseAlphabetE()]))
Implementation
const True([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetT(),
LowercaseAlphabetR(),
LowercaseAlphabetU(),
LowercaseAlphabetE(),
])
)
]);