Cover constructor Null safety

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

Implementation

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