UserListQueryResponse<T extends User> constructor Null safety

UserListQueryResponse<T extends User>(
  1. {List<T> users = const [],
  2. String? next}
)

Implementation

UserListQueryResponse({this.users = const [], this.next});