AccountLimit constructor

AccountLimit({
  1. String? name,
  2. int? value,
})

Implementation

AccountLimit({
  this.name,
  this.value,
});