Serializes the benchmark metric to a JSON object.
Map<String, Object?> toJson() { return <String, Object?>{ metricKey: metric, valueKey: value, if (delta != null) deltaKey: delta, }; }