QChatCreateServerRoleParam constructor

QChatCreateServerRoleParam(
  1. int serverId,
  2. String name,
  3. QChatRoleType type, {
  4. String? icon,
  5. String? extension,
  6. int? priority,
})

Implementation

QChatCreateServerRoleParam(this.serverId, this.name, this.type,
    {this.icon, this.extension, this.priority});