Limit constructor

Limit({
  1. String? max,
  2. String? name,
})

Implementation

Limit({
  this.max,
  this.name,
});