RxChatContact class abstract

Unified reactive ChatContact entity.

Implemented types
Implementers

Constructors

RxChatContact()

Properties

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

Methods

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