MetricValue constructor
const
MetricValue({})
Implementation
const MetricValue({
required this.key,
required this.label,
required this.value,
this.previousValue,
this.unit,
this.icon,
this.trend,
});
const MetricValue({
required this.key,
required this.label,
required this.value,
this.previousValue,
this.unit,
this.icon,
this.trend,
});