GoogleAppsCardV1DataSourceConfig constructor

GoogleAppsCardV1DataSourceConfig({
  1. int? minCharactersTrigger,
  2. GoogleAppsCardV1PlatformDataSource? platformDataSource,
  3. GoogleAppsCardV1Action? remoteDataSource,
})

Implementation

GoogleAppsCardV1DataSourceConfig({
  this.minCharactersTrigger,
  this.platformDataSource,
  this.remoteDataSource,
});