UserList class
A paginated list of users sharing the filter. This includes users that are members of the groups or can browse the projects that the filter is shared with.
Constructors
Properties
- endIndex → int?
-
The index of the last item returned on the page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
User> -
The list of items.
final
- maxResults → int?
-
The maximum number of results that could be on the page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
The number of items on the page.
final
- startIndex → int?
-
The index of the first item returned on the page.
final
Methods
-
copyWith(
{int? endIndex, List< User> ? items, int? maxResults, int? size, int? startIndex}) → UserList -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited