Users constructor

Users(
  1. List<UserPreview> userPreviews,
  2. String? nextUrl
)

Implementation

Users(this.userPreviews, this.nextUrl);