ChatCounters class

Unread messages counter.

Annotations
  • @freezed

Constructors

ChatCounters({@JsonKey(name: 'jid') required String jid, @JsonKey(name: 'chat_type') required String chatType, @JsonKey(name: 'gentime') required int gentime, @JsonKey(name: 'num_unread') required int numUnread, @JsonKey(name: 'num_unread_notices') required int numUnreadNotices, @JsonKey(name: 'last_read_message_id') String? lastReadMessageUid, @JsonKey(name: 'last_activity') @DateTimeConverter() DateTime? lastActivity})
const
factory
ChatCounters.fromJson(Map<String, dynamic> json)
factory

Properties

chatType String
.
no setterinherited
copyWith → $ChatCountersCopyWith<ChatCounters>
no setterinherited
gentime int
.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
jid String
.
no setterinherited
lastActivity DateTime?
.
no setterinherited
lastReadMessageUid String?
.
no setterinherited
numUnread int
.
no setterinherited
numUnreadNotices int
.
no setterinherited
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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