DomainStat constructor

DomainStat({
  1. Date? date,
  2. String? metric,
  3. String? name,
  4. StatisticValue? value,
})

Implementation

DomainStat({this.date, this.metric, this.name, this.value});