GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities constructor

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities({
  1. bool? canRead,
  2. bool? canSearch,
  3. bool? canSelect,
})

Implementation

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities({
  this.canRead,
  this.canSearch,
  this.canSelect,
});