SearchFriendResponse class

Inheritance

Constructors

SearchFriendResponse.from({required int statusCode, required String reasonPhrase, required Map<String, String> headers, required int page, required int numberOfResults, required bool hasMore, required List<SearchedUser> users})
Returns the new instance of SearchFriendResponse based on arguments.

Properties

hashCode int
The hash code for this object.
no setteroverride
hasMore bool
The flag that represents this search result has more pages.
final
headers Map<String, String>
The http headers
finalinherited
numberOfResults int
The number of results
final
page int
The page
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
The http status
finalinherited
users List<SearchedUser>
The serahced user
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override