Protect constructor

const Protect([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetP(), LowercaseAlphabetR(), LowercaseAlphabetO(), LowercaseAlphabetT(), LowercaseAlphabetE(), LowercaseAlphabetC(), LowercaseAlphabetT()]))
])

Implementation

const Protect([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetP(),
            LowercaseAlphabetR(),
            LowercaseAlphabetO(),
            LowercaseAlphabetT(),
            LowercaseAlphabetE(),
            LowercaseAlphabetC(),
            LowercaseAlphabetT(),
        ])
    )
]);