DatasetReference.fromJson constructor

DatasetReference.fromJson(
  1. Map json_
)

Implementation

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