PagedListUserDetailsApplicationUser constructor
PagedListUserDetailsApplicationUser({})
Implementation
PagedListUserDetailsApplicationUser(
{this.endIndex,
List<UserDetails>? items,
this.maxResults,
this.size,
this.startIndex})
: items = items ?? [];