GoogleAppsCardV1SelectionInput constructor
GoogleAppsCardV1SelectionInput({
- GoogleAppsCardV1Action? externalDataSource,
- List<
GoogleAppsCardV1SelectionItem> ? items, - String? label,
- int? multiSelectMaxSelectedItems,
- int? multiSelectMinQueryLength,
- String? name,
- GoogleAppsCardV1Action? onChangeAction,
- GoogleAppsCardV1PlatformDataSource? platformDataSource,
- String? type,
Implementation
GoogleAppsCardV1SelectionInput({
this.externalDataSource,
this.items,
this.label,
this.multiSelectMaxSelectedItems,
this.multiSelectMinQueryLength,
this.name,
this.onChangeAction,
this.platformDataSource,
this.type,
});