ExternalDatasetReference.fromJson constructor
ExternalDatasetReference.fromJson(
- Map json_
Implementation
ExternalDatasetReference.fromJson(core.Map json_)
: this(
connection: json_['connection'] as core.String?,
externalSource: json_['externalSource'] as core.String?,
);