UsageAccountLimit constructor

const UsageAccountLimit({
  1. int limit = 0,
  2. int current = 0,
})

Implementation

const UsageAccountLimit({
  this.limit = 0,
  this.current = 0,
});