GoogleAppsDriveLabelsV2FieldAppliedCapabilities constructor

GoogleAppsDriveLabelsV2FieldAppliedCapabilities({
  1. bool? canRead,
  2. bool? canSearch,
  3. bool? canWrite,
})

Implementation

GoogleAppsDriveLabelsV2FieldAppliedCapabilities({
  this.canRead,
  this.canSearch,
  this.canWrite,
});