invitedUsers property Null safety
@JsonKey(fromJson: _invitedUsersNullable), read / write
被邀请用户信息
Implementation
@JsonKey(fromJson: _invitedUsersNullable)
List<QChatInvitedUserInfo>? invitedUsers;
被邀请用户信息
@JsonKey(fromJson: _invitedUsersNullable)
List<QChatInvitedUserInfo>? invitedUsers;