GoogleAppsDriveLabelsV2IntegerLimits constructor

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

Implementation

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