QChatUpdateChannelBlackWhiteRoleAttachment class Null safety

Inheritance
Annotations

Constructors

QChatUpdateChannelBlackWhiteRoleAttachment({QChatChannelBlackWhiteOperateType? channelBlackWhiteOperateType, int? serverId, int? channelId, int? channelBlackWhiteRoleId, QChatChannelBlackWhiteType? channelBlackWhiteType})
QChatUpdateChannelBlackWhiteRoleAttachment.fromJson(Map<String, dynamic> json)
factory

Properties

channelBlackWhiteOperateType QChatChannelBlackWhiteOperateType?
获取黑白名单操作类型
read / write
channelBlackWhiteRoleId int?
黑白名单被操作身份组Id
read / write
channelBlackWhiteType QChatChannelBlackWhiteType?
获取黑白名单类型
read / write
channelId int?
频道Id
read / write
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
服务器Id
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