toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigqueryRequestSet = this.bigqueryRequestSet;
  final evaluationSet = this.evaluationSet;
  return {
    'bigqueryRequestSet': ?bigqueryRequestSet,
    'evaluationSet': ?evaluationSet,
  };
}