GoogleAppsDriveLabelsV2LabelDisplayHints constructor

GoogleAppsDriveLabelsV2LabelDisplayHints({
  1. bool? disabled,
  2. bool? hiddenInSearch,
  3. String? priority,
  4. bool? shownInApply,
})

Implementation

GoogleAppsDriveLabelsV2LabelDisplayHints({
  this.disabled,
  this.hiddenInSearch,
  this.priority,
  this.shownInApply,
});