GoogleAppsDriveLabelsV2FieldSelectionOptions constructor

GoogleAppsDriveLabelsV2FieldSelectionOptions({
  1. List<GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice>? choices,
  2. GoogleAppsDriveLabelsV2FieldListOptions? listOptions,
})

Implementation

GoogleAppsDriveLabelsV2FieldSelectionOptions({
  this.choices,
  this.listOptions,
});