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