UpdateChannel constructor
UpdateChannel({})
Implementation
UpdateChannel({
required this.id,
this.name,
this.description,
this.nickname,
this.avatarUrl,
this.writeMaxRole,
this.readMaxRole,
});
UpdateChannel({
required this.id,
this.name,
this.description,
this.nickname,
this.avatarUrl,
this.writeMaxRole,
this.readMaxRole,
});