RxChatContactImpl class
RxChatContact implementation backed by local storage.
- Inheritance
-
- Object
- RxChatContact
- RxChatContactImpl
Constructors
- RxChatContactImpl(AbstractUserRepository _userRepository, DtoChatContact dto)
Properties
-
contact
→ Rx<
ChatContact> -
Reactive value of the
ChatContact
this RxChatContact represents.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → ChatContactId
-
Returns ChatContactId of the contact.
no setterinherited
- 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.
final
- ver ↔ ChatContactVersion
-
ChatContactVersion of this RxChatContactImpl.
getter/setter pair
Methods
-
compareTo(
RxChatContact other) → int -
Compares this object to another object.
override
-
dispose(
) → void - Disposes this RxChatContactImpl.
-
init(
) → void - Initializes this RxChatContactImpl.
-
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