roleList property Null safety

List<QChatServerRole>? roleList
@JsonKey(fromJson: serverRoleListFromJsonNullable), read / write

查询到的身份组列表

Implementation

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