constraint property
String
get
constraint
The constraint
read-only property of the
OverconstrainedError interface returns the constraint that was supplied
in the constructor, meaning the constraint that was not satisfied.
Implementation
external String get constraint;