SearchViewResults class

Combined Lists of RxChats, RxUsers, RxChatContacts and recent RxUsers.

Constructors

SearchViewResults(List<RxChat> chats, List<RxUser> users, List<RxChatContact> contacts, List<RxUser> recent)
const

Properties

chats List<RxChat>
RxChats themselves.
final
contacts List<RxChatContact>
RxChatContacts themselves.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Indicates whether chats, users, contacts and recent are empty.
no setter
recent List<RxUser>
Recent RxUser themselves.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users List<RxUser>
RxUsers themselves.
final

Methods

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

Operators

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