GoogleAppsDriveLabelsV2FieldDateOptions constructor
      
      GoogleAppsDriveLabelsV2FieldDateOptions({ 
    
    
- String? dateFormat,
 - String? dateFormatType,
 - GoogleTypeDate? maxValue,
 - GoogleTypeDate? minValue,
 
Implementation
GoogleAppsDriveLabelsV2FieldDateOptions({
  this.dateFormat,
  this.dateFormatType,
  this.maxValue,
  this.minValue,
});