FoundUsers class
The list of users found in a search, including header text (Showing X of Y matching users) and total of matched users.
Constructors
-
FoundUsers({String? header, int? total, List<
UserPickerUser> ? users}) -
FoundUsers.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → String?
-
Header text indicating the number of users in the response and the total
number of users found in the search.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → int?
-
The total number of users found in the search.
final
-
users
→ List<
UserPickerUser> -
final
Methods
-
copyWith(
{String? header, int? total, List< UserPickerUser> ? users}) → FoundUsers -
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