ContactEntry class

RxChatContact entry in a list.

Implemented types

Constructors

ContactEntry(RxChatContact _contact)

Properties

contact Rx<ChatContact>
Returns the ChatContact this ContactEntry represents.
no setter
hashCode int
The hash code for this object.
no setterinherited
hidden RxBool
Indicator whether this ContactEntry is hidden.
final
id ChatContactId
Returns ChatContactId of the contact.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rx RxChatContact
Returns RxChatContact of the contact.
no setter
user Rx<RxUser?>
Reactive value of the first User this ContactEntry contains.
no setter

Methods

compareTo(ContactEntry other) int
Compares this object to another object.
override
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