QChatKickOtherClientsResult constructor

QChatKickOtherClientsResult(
  1. List<String>? clientIds
)

Implementation

QChatKickOtherClientsResult(List<String>? clientIds) {
  if (clientIds != null) {
    this._clientIds = [...clientIds];
  }
}