AccountStatusStatistics constructor

AccountStatusStatistics({
  1. String? active,
  2. String? disapproved,
  3. String? expiring,
  4. String? pending,
})

Implementation

AccountStatusStatistics({
  this.active,
  this.disapproved,
  this.expiring,
  this.pending,
});