GroupChannelChangeLogs class
The GroupChannelChangeLogs class.
- Annotations
 - 
    
- @JsonSerializable(createToJson: false)
 
 
Constructors
- 
          GroupChannelChangeLogs({required List<
GroupChannel> 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.
  read-onlyinherited
 - hasMore → bool
 - 
  True if it has more changelogs.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-onlyinherited
 - token → String?
 - 
  token to get next changelogs.
  final
 - 
  updatedChannels
  → List<
GroupChannel>  - 
  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) → GroupChannelChangeLogs