GoogleAppsCardV1PlatformDataSource constructor

GoogleAppsCardV1PlatformDataSource({
  1. String? commonDataSource,
  2. HostAppDataSourceMarkup? hostAppDataSource,
})

Implementation

GoogleAppsCardV1PlatformDataSource({
  this.commonDataSource,
  this.hostAppDataSource,
});