JsonPathResult.found constructor

const JsonPathResult.found(
  1. dynamic value
)

Implementation

const JsonPathResult.found(this.value) : found = true, missingAt = null;