Attribute<X>.control constructor

Attribute<X>.control(
  1. JsonPath<X> path,
  2. X value
)

Implementation

Attribute.control(JsonPath<X> path, X value)
    : this(path, value, source: AttributeSource.control);