JsonPointerSegment constructor

JsonPointerSegment(
  1. String token,
  2. JsonPointer parent
)

Implementation

JsonPointerSegment(String token, this.parent) : _reference = Reference(token);