GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints constructor
      
      GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints({ 
    
    
- GoogleAppsDriveLabelsV2BadgeColors? badgeColors,
 - String? badgePriority,
 - GoogleAppsDriveLabelsV2BadgeColors? darkBadgeColors,
 - bool? disabled,
 - bool? shownInApply,
 
Implementation
GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints({
  this.badgeColors,
  this.badgePriority,
  this.darkBadgeColors,
  this.disabled,
  this.hiddenInSearch,
  this.shownInApply,
});