roleList property Null safety
@JsonKey(fromJson: serverRoleListFromJsonNullable), read / write
查询到的身份组列表
Implementation
@JsonKey(fromJson: serverRoleListFromJsonNullable)
List<QChatServerRole>? roleList;
查询到的身份组列表
@JsonKey(fromJson: serverRoleListFromJsonNullable)
List<QChatServerRole>? roleList;