roleList property Null safety

List<QChatMemberRole>? roleList
@JsonKey(fromJson: _memberRoleListFromJsonNullable), final

用户所在身份组列表

Implementation

@JsonKey(fromJson: _memberRoleListFromJsonNullable)
final List<QChatMemberRole>? roleList;