Requests constructor

Requests({
  1. int? longTermAllowed,
  2. int? longTermDenied,
  3. double? ratio,
  4. int? shortTermAllowed,
})

Implementation

Requests({
  this.longTermAllowed,
  this.longTermDenied,
  this.ratio,
  this.shortTermAllowed,
});