HealthStats constructor
HealthStats({
- required StatsStorage storage,
- required StatsCache cache,
Implementation
HealthStats({
required this.storage,
required this.cache,
});