GoogleAppsDriveLabelsV2LabelProperties constructor

GoogleAppsDriveLabelsV2LabelProperties({
  1. String? description,
  2. String? title,
})

Implementation

GoogleAppsDriveLabelsV2LabelProperties({
  this.description,
  this.title,
});