Constraint constructor

Constraint({
  1. String? type,
  2. double? value,
})

Implementation

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