GoogleAppsCardV1DataSourceConfig constructor
GoogleAppsCardV1DataSourceConfig({
- int? minCharactersTrigger,
- GoogleAppsCardV1PlatformDataSource? platformDataSource,
- GoogleAppsCardV1Action? remoteDataSource,
Implementation
GoogleAppsCardV1DataSourceConfig({
this.minCharactersTrigger,
this.platformDataSource,
this.remoteDataSource,
});