RxUser class abstract

Unified reactive User entity.

Implementers
Available extensions

Constructors

RxUser.new()

Properties

contact Rx<RxChatContact?>
Returns reactive RxChatContact linked to this RxUser.
no setter
dialog Rx<RxChat?>
Returns reactive value of the RxChat-dialog with this RxUser.
no setter
hashCode int
The hash code for this object.
no setterinherited
id UserId
Returns the User.id of this RxUser.
no setter
lastSeen Rx<PreciseDateTime?>
Returns reactive User.lastSeenAt value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updates Stream<void>
Listens to the updates of this RxUser while the returned Stream is listened to.
no setter
user Rx<User>
Returns reactive value of the User this RxUser represents.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
title({bool withDeletedLabel = true}) String

Available on RxUser, provided by the UserExt extension

Returns the string representation of this RxUser to display as a title.
toString() String
A string representation of this object.
inherited

Operators

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