MessageChangeLogs class

The MessageChangeLogs class.

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

MessageChangeLogs({required List<RootMessage> updatedMessages, required List deletedMessageIds, required bool hasMore, String? token})

Properties

deletedMessageIds List
The deleted message IDs. int for BaseMessage, String for NotificationMessage.
final
hashCode int
The hash code for this object.
no setterinherited
hasMore bool
True if it has more changelogs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
token to get next changelogs.
final
updatedMessages List<RootMessage>
The updated messages. BaseMessage for BaseChannel, NotificationMessage for FeedChannel.
final

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

Static Methods

fromJson(Map<String, dynamic> json) MessageChangeLogs