DestinationDatasetReference.fromJson constructor
DestinationDatasetReference.fromJson(
- Map json_
Implementation
DestinationDatasetReference.fromJson(core.Map json_)
: this(
datasetId: json_['datasetId'] as core.String?,
projectId: json_['projectId'] as core.String?,
);