Data constructor
Data({})
Implementation
Data(
{this.list,
this.totalElements,
this.totalRecords,
this.totalPages,
this.offset,
this.limit,
this.pageNumber,
this.last,
this.next});