FeedChannelChangeLogs class

The FeedChannelChangeLogs class.

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

FeedChannelChangeLogs({required List<FeedChannel> updatedChannels, required List<String> deletedChannelUrls, required bool hasMore, String? token})

Properties

deletedChannelUrls List<String>
The deleted channel urls.
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
updatedChannels List<FeedChannel>
The updated channels.
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

fromJsonWithChat(Chat chat, Map<String, dynamic> json) FeedChannelChangeLogs