ErrorCount constructor

ErrorCount({
  1. String? reason,
  2. String? recordCount,
})

Implementation

ErrorCount({this.reason, this.recordCount});