FeeChargedResponse constructor

FeeChargedResponse(
  1. String max,
  2. String min,
  3. String mode,
  4. String p10,
  5. String p20,
  6. String p30,
  7. String p40,
  8. String p50,
  9. String p60,
  10. String p70,
  11. String p80,
  12. String p90,
  13. String p95,
  14. String p99,
)

Implementation

FeeChargedResponse(this.max, this.min, this.mode, this.p10, this.p20, this.p30, this.p40,
    this.p50, this.p60, this.p70, this.p80, this.p90, this.p95, this.p99);