GoogleAppsDriveLabelsV2FieldIntegerOptions constructor

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

Implementation

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