LastChatRead class
PreciseDateTime of when a Chat was read last time by a User.
- Annotations
Constructors
- LastChatRead(UserId memberId, PreciseDateTime at)
-
LastChatRead.fromJson(Map<
String, dynamic> json) -
Constructs a LastChatRead from the provided
json
.factory
Properties
- at ↔ PreciseDateTime
-
PreciseDateTime when the Chat was read last time.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- memberId → UserId
-
ID of the User who read the Chat.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a Map representing this LastChatRead.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override