roleList property Null safety

List<QChatServerRole>? roleList
@JsonKey(fromJson: _serverRoleListFromJsonNullable), final

用户自定义身份组列表

Implementation

@JsonKey(fromJson: _serverRoleListFromJsonNullable)
final List<QChatServerRole>? roleList;