UsageAccountResult constructor

UsageAccountResult({
  1. String? accountId,
  2. Total? total,
})

Implementation

UsageAccountResult({
  this.accountId,
  this.total,
});