getMetric method

  1. @override
int getMetric(
  1. String name
)
override

Gets the value of the metric with the given name.

If a metric with the given name doesn't exist, it is NOT created and a 0 is returned.

Implementation

@override
int getMetric(String name) => 0;