Constraint constructor

Constraint({
  1. ConstraintType? type,
  2. num? value,
})

Implementation

Constraint({this.type, this.value});