core.Map<core.String, core.dynamic> toJson() { final actionFlowId = this.actionFlowId; final inputValues = this.inputValues; return {'actionFlowId': ?actionFlowId, 'inputValues': ?inputValues}; }