UserListQueryResponse<T extends User> constructor

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

Implementation

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