GoogleAppsDriveLabelsV2FieldDisplayHints constructor

GoogleAppsDriveLabelsV2FieldDisplayHints({
  1. bool? disabled,
  2. bool? hiddenInSearch,
  3. bool? required,
  4. bool? shownInApply,
})

Implementation

GoogleAppsDriveLabelsV2FieldDisplayHints({
  this.disabled,
  this.hiddenInSearch,
  this.required,
  this.shownInApply,
});