GoogleAppsCardV1SelectionInput constructor

GoogleAppsCardV1SelectionInput({
  1. List<GoogleAppsCardV1DataSourceConfig>? dataSourceConfigs,
  2. GoogleAppsCardV1Action? externalDataSource,
  3. String? hintText,
  4. List<GoogleAppsCardV1SelectionItem>? items,
  5. String? label,
  6. int? multiSelectMaxSelectedItems,
  7. int? multiSelectMinQueryLength,
  8. String? name,
  9. GoogleAppsCardV1Action? onChangeAction,
  10. GoogleAppsCardV1PlatformDataSource? platformDataSource,
  11. String? type,
})

Implementation

GoogleAppsCardV1SelectionInput({
  this.dataSourceConfigs,
  this.externalDataSource,
  this.hintText,
  this.items,
  this.label,
  this.multiSelectMaxSelectedItems,
  this.multiSelectMinQueryLength,
  this.name,
  this.onChangeAction,
  this.platformDataSource,
  this.type,
});