roleList property

  1. @JsonKey(fromJson: serverRoleListFromJsonNullable)
List<QChatServerRole>? roleList
getter/setter pair

查询到的身份组列表

Implementation

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