Users constructor
Users(
- List<
UserPreview> userPreviews, - String? nextUrl
Implementation
Users(this.userPreviews, this.nextUrl);
Users(this.userPreviews, this.nextUrl);