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