NumberAttributeConstraintsType constructor

NumberAttributeConstraintsType({
  1. String? maxValue,
  2. String? minValue,
})

Implementation

NumberAttributeConstraintsType({
  this.maxValue,
  this.minValue,
});