HealthStats constructor

HealthStats({
  1. required StatsStorage storage,
  2. required StatsCache cache,
})

Implementation

HealthStats({
  required this.storage,
  required this.cache,
});