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