PathElement constructor

PathElement(
  1. TokenKind op,
  2. ASTNode operand
)

Implementation

PathElement(this.op, this.operand);