QueryCountByStatus constructor

QueryCountByStatus({
  1. String? count,
  2. int? statusCode,
})

Implementation

QueryCountByStatus({
  this.count,
  this.statusCode,
});