path<X> abstract method

X? path<X>(
  1. JsonPath<X> path, [
  2. Attribute<X>? value
])

Retrieves or sets the value from the underlying data model, but uses the type parameter from the JsonPath

Implementation

X? path<X>(JsonPath<X> path, [Attribute<X>? value]);