PathSegment.literal constructor

const PathSegment.literal(
  1. String literal
)

Implementation

const PathSegment.literal(this.literal)
  : isVariable = false,
    fieldPath = null,
    pattern = null;