Scanlation constructor Null safety

Scanlation(
  1. String result,
  2. String response,
  3. Data data,
  4. int limit,
  5. int offset,
  6. int total
)

Implementation

Scanlation(this.result, this.response, this.data, this.limit, this.offset,
    this.total);