QChatCreateChannelParam class Null safety

Inheritance
Annotations

Constructors

QChatCreateChannelParam({required int serverId, required String name, required QChatChannelType type, String? custom, String? topic, QChatChannelMode? viewMode})
QChatCreateChannelParam.fromJson(Map<String, dynamic> json)
factory

Properties

antiSpamConfig QChatAntiSpamConfig?
反垃圾配置
@JsonKey(fromJson: antiSpamConfigFromJson), read / write, inherited
custom String?
自定义扩展
read / write
hashCode int
The hash code for this object.
read-only, inherited
name String
名称,必填
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int
服务器id,必填
final
topic String?
主题
read / write
type QChatChannelType
频道类型QChatChannelType,必填
final
viewMode QChatChannelMode?
查看模式
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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