GoogleAppsDriveLabelsV2DateLimits constructor

GoogleAppsDriveLabelsV2DateLimits({
  1. GoogleTypeDate? maxValue,
  2. GoogleTypeDate? minValue,
})

Implementation

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