GoogleAppsCardV1SelectionInput constructor

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

Implementation

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