toJson method
Implementation
Map<String, dynamic> toJson() {
final json = <String, dynamic>{};
json[r'metrics'] = this.metrics;
json[r'metrics_meta'] = this.metricsMeta;
json[r'metrics_order'] = this.metricsOrder;
json[r'thresholds'] = this.thresholds;
return json;
}