ChannelSlots class

Annotations
  • @freezed

Constructors

ChannelSlots({@JsonKey(name: 'channel_channel') required List<Channel> channels, @JsonKey(name: 'channel_direct_message') required List<Channel> directMessages, @JsonKey(name: 'channel_private_group') required List<Channel> privateGroups})
const
factory
ChannelSlots.fromJson(Map<String, dynamic> json)
factory

Properties

channels List<Channel>
no setterinherited
copyWith → $ChannelSlotsCopyWith<ChannelSlots>
no setterinherited
directMessages List<Channel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
privateGroups List<Channel>
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