toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (expectedIteration != null) 'expectedIteration': expectedIteration!,
if (progressNumber != null) 'progressNumber': progressNumber!,
if (progressType != null) 'progressType': progressType!,
if (threadId != null) 'threadId': threadId!,
};