minutesPlayedThisSession property
If the user is currently playing, this is how long they've been playing.
Implementation
@JsonKey(name:'minutesPlayedThisSession')
String? minutesPlayedThisSession;
If the user is currently playing, this is how long they've been playing.
@JsonKey(name:'minutesPlayedThisSession')
String? minutesPlayedThisSession;