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