metric property

Metric metric

Implementation

Metric get metric {
  final provider = MetricsApp.of(this);
  if (provider != null) {
    return provider.metric;
  }
  return const Metric(1.0);
}