current property Null safety

UnmodifiableMapView<String, Metric> current

The current set of registered Metrics.

Implementation

static UnmodifiableMapView<String, Metric> get current =>
    UnmodifiableMapView<String, Metric>(_metrics);