password property

String? password
latefinal

房间密码; 创建房间时,如果密码不为空,会创建带指定密码的房间 加入带密码的房间时,需要指定密码

Implementation

late final String? password;