Attribute<X>.ofError constructor
Attribute<X>.ofError (
- JsonPath<
X> ? path, - dynamic error, {
- required AttributeSource source,
Implementation
Attribute.ofError(this.path, this.error, {required AttributeSource source})
: source = source,
clearErrors = false,
value = null;