SqlPlanMetric.fromJson constructor

SqlPlanMetric.fromJson(
  1. Map json_
)

Implementation

SqlPlanMetric.fromJson(core.Map json_)
    : this(
        accumulatorId: json_['accumulatorId'] as core.String?,
        metricType: json_['metricType'] as core.String?,
        name: json_['name'] as core.String?,
      );