IntegerRestrictions constructor

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

Implementation

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