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