GoogleAppsCardV1DataSourceConfig constructor

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

Implementation

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