toJson method

Map<String, dynamic> toJson()

Implementation

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