ListResponse<T> constructor
ListResponse<T> ({})
Implementation
ListResponse({
required this.pageIndex,
required this.pageSize,
required this.pageCurSize,
required this.pageTotal,
required this.dataTotal,
required this.list,
this.extra,
});