canBan property
bool
get
canBan
Whether the client is able to ban/unban this user.
Implementation
bool get canBan => room.canBan && powerLevel < room.ownPowerLevel;
Whether the client is able to ban/unban this user.
bool get canBan => room.canBan && powerLevel < room.ownPowerLevel;