AccountUsage constructor

AccountUsage({
  1. int? functionCount,
  2. int? totalCodeSize,
})

Implementation

AccountUsage({
  this.functionCount,
  this.totalCodeSize,
});