VolumeStatistics constructor

VolumeStatistics({
  1. int? inboxRawCount,
  2. int? projectedInbox,
  3. int? projectedSpam,
  4. int? spamRawCount,
})

Implementation

VolumeStatistics({
  this.inboxRawCount,
  this.projectedInbox,
  this.projectedSpam,
  this.spamRawCount,
});