toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (ingestionErrorRecords != null)
'ingestionErrorRecords': ingestionErrorRecords!,
if (ingestionStatus != null) 'ingestionStatus': ingestionStatus!,
if (state != null) 'state': state!,
};