DomainStat constructor
DomainStat({
- Date? date,
- String? metric,
- String? name,
- StatisticValue? value,
Implementation
DomainStat({this.date, this.metric, this.name, this.value});