getMetric method

APIMetric? getMetric(
  1. String name
)

Returns a metric.

Implementation

APIMetric? getMetric(String name) => metrics[name];