RxUser class abstract

Unified reactive User entity.

Implementers

Constructors

RxUser()

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
title String
Returns the text representing the title of this user.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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