Dot constructor
const
Dot([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetD(), LowercaseAlphabetO(), LowercaseAlphabetT()]))
Implementation
const Dot([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetD(),
LowercaseAlphabetO(),
LowercaseAlphabetT(),
])
)
]);