SqlPlanMetric constructor

SqlPlanMetric({
  1. String? accumulatorId,
  2. String? metricType,
  3. String? name,
})

Implementation

SqlPlanMetric({this.accumulatorId, this.metricType, this.name});