Attribute<X>.model constructor

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

Implementation

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