True constructor

const True([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetT(), LowercaseAlphabetR(), LowercaseAlphabetU(), LowercaseAlphabetE()]))
])

Implementation

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