WelcomeScreenChannel class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

WelcomeScreenChannel({required String channelId, required String description, String? emojiId, String? emojiName})
Constructor
WelcomeScreenChannel.fromJson(Map<String, dynamic> json)
From json
factory

Properties

channelId String
the channel's id
final
description String
the description shown for the channel
final
emojiId String?
the emoji id, if the emoji is custom
final
emojiName String?
the emoji name if custom, the unicode character if standard, or null if no emoji is set
final
hashCode int
The hash code for this object.
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>
To json
toString() String
A string representation of this object.
inherited

Operators

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