RPathToken constructor

RPathToken(
  1. String value
)

Creates a path token with value.

Implementation

RPathToken(this.value);