Path constructor
const
Path([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetP(), LowercaseAlphabetA(), LowercaseAlphabetT(), LowercaseAlphabetH()]))
Implementation
const Path([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetP(),
LowercaseAlphabetA(),
LowercaseAlphabetT(),
LowercaseAlphabetH(),
])
)
]);