GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties constructor
GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties({
- GoogleAppsDriveLabelsV2BadgeConfig? badgeConfig,
- String? description,
- String? displayName,
- String? insertBeforeChoice,
Implementation
GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties({
this.badgeConfig,
this.description,
this.displayName,
this.insertBeforeChoice,
});