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