toJson method

Map<String, dynamic> toJson()

Implementation

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