DestinationDatasetReference.fromJson constructor

DestinationDatasetReference.fromJson(
  1. Map json_
)

Implementation

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