Path constructor

const Path([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetP(), LowercaseAlphabetA(), LowercaseAlphabetT(), LowercaseAlphabetH()]))
])

Implementation

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