QChatUpdateChannelBlackWhiteRoleAttachment constructor Null safety

QChatUpdateChannelBlackWhiteRoleAttachment(
  1. {QChatChannelBlackWhiteOperateType? channelBlackWhiteOperateType,
  2. int? serverId,
  3. int? channelId,
  4. int? channelBlackWhiteRoleId,
  5. QChatChannelBlackWhiteType? channelBlackWhiteType}
)

Implementation

QChatUpdateChannelBlackWhiteRoleAttachment(
    {this.channelBlackWhiteOperateType,
    this.serverId,
    this.channelId,
    this.channelBlackWhiteRoleId,
    this.channelBlackWhiteType});