GoogleAppsDriveLabelsV2FieldDateOptions constructor

GoogleAppsDriveLabelsV2FieldDateOptions({
  1. String? dateFormat,
  2. String? dateFormatType,
  3. GoogleTypeDate? maxValue,
  4. GoogleTypeDate? minValue,
})

Implementation

GoogleAppsDriveLabelsV2FieldDateOptions({
  this.dateFormat,
  this.dateFormatType,
  this.maxValue,
  this.minValue,
});