Cover constructor Null safety

Cover(
  1. List<Result> results,
  2. int limit,
  3. int offset,
  4. int total
)

Implementation

Cover(this.results, this.limit, this.offset, this.total);