DataSourceReference constructor

DataSourceReference({
  1. String? primaryDataSourceName,
  2. bool? self,
  3. String? supplementalDataSourceName,
})

Implementation

DataSourceReference({
  this.primaryDataSourceName,
  this.self,
  this.supplementalDataSourceName,
});