Ctransactions constructor
Implementation
Ctransactions({
this.total,
this.perPage,
this.currentPage,
this.lastPage,
this.nextPageUrl,
this.prevPageUrl,
this.from,
this.to,
required this.data,
});
Ctransactions({
this.total,
this.perPage,
this.currentPage,
this.lastPage,
this.nextPageUrl,
this.prevPageUrl,
this.from,
this.to,
required this.data,
});