FaultStatistics constructor

FaultStatistics({
  1. int? otherCount,
  2. int? totalCount,
})

Implementation

FaultStatistics({
  this.otherCount,
  this.totalCount,
});