userInfo property

  1. @JsonKey(name: 'userInfo')
UserInfoCard? userInfo
getter/setter pair

If you need to render the Profile (their platform name, icon, etc...) somewhere, this property contains that information.

Implementation

@JsonKey(name:'userInfo')
UserInfoCard? userInfo;