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