QChatGetExistingChannelBlackWhiteRolesParam constructor Null safety

QChatGetExistingChannelBlackWhiteRolesParam(
  1. {required int channelId,
  2. required int serverId,
  3. required QChatChannelBlackWhiteType type,
  4. required List<int> roleIds}
)

Implementation

QChatGetExistingChannelBlackWhiteRolesParam(
    {required this.channelId,
    required this.serverId,
    required this.type,
    required this.roleIds});