BigQueryDestination.fromJson constructor

BigQueryDestination.fromJson(
  1. Map json_
)

Implementation

BigQueryDestination.fromJson(core.Map json_)
    : this(
        createNewResultsTable: json_['createNewResultsTable'] as core.bool?,
        destinationDataset: json_['destinationDataset'] as core.String?,
      );