ScanlationsResult constructor Null safety

ScanlationsResult(
  1. String result,
  2. String response,
  3. List<Data> data,
  4. int limit,
  5. int offset,
  6. int total
)

Implementation

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