ExternalDataSources constructor

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

Implementation

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