toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (perfMetricType != null) 'perfMetricType': perfMetricType!,
      if (perfUnit != null) 'perfUnit': perfUnit!,
      if (sampleSeriesLabel != null) 'sampleSeriesLabel': sampleSeriesLabel!,
    };