ExternalDataSources constructor

ExternalDataSources({
  1. String? name,
  2. String? type,
  3. String? uri,
})

Implementation

ExternalDataSources({
  this.name,
  this.type,
  this.uri,
});