factory BigQueryDestination.fromJson(Map<String, dynamic> json) { return BigQueryDestination(outputUri: json['outputUri'] ?? ''); }