ListUserResponse constructor
ListUserResponse({
- int totalCount = 0,
- List<
ProfileResponse> items = const [], - int pageSize = 1,
Implementation
ListUserResponse({
this.totalCount = 0,
this.items = const [],
this.pageSize = 1,
});