ApiResponse<T> constructor
ApiResponse<T> ({})
Implementation
ApiResponse({
required this.data,
this.status,
this.message,
this.count,
this.next,
this.previous,
this.results,
this.currentPage,
this.itemsPerPage,
this.totalItems,
this.isLastPage,
});