With constructor
const
With([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetW(), LowercaseAlphabetI(), LowercaseAlphabetT(), LowercaseAlphabetH()]))
Implementation
const With([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetW(),
LowercaseAlphabetI(),
LowercaseAlphabetT(),
LowercaseAlphabetH(),
])
)
]);