UnprocessedStatistics constructor

UnprocessedStatistics({
  1. String? errorCode,
  2. String? message,
  3. String? ruleName,
})

Implementation

UnprocessedStatistics({
  this.errorCode,
  this.message,
  this.ruleName,
});