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