userInfo property
If you need to render the Profile (their platform name, icon, etc...) somewhere, this property contains that information.
Implementation
@JsonKey(name:'userInfo')
UserInfoCard? userInfo;
If you need to render the Profile (their platform name, icon, etc...) somewhere, this property contains that information.
@JsonKey(name:'userInfo')
UserInfoCard? userInfo;