GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties constructor

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties({
  1. GoogleAppsDriveLabelsV2BadgeConfig? badgeConfig,
  2. String? description,
  3. String? displayName,
  4. String? insertBeforeChoice,
})

Implementation

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties({
  this.badgeConfig,
  this.description,
  this.displayName,
  this.insertBeforeChoice,
});