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