minutesPlayedThisSession property

  1. @JsonKey(name: 'minutesPlayedThisSession')
String? minutesPlayedThisSession
getter/setter pair

If the user is currently playing, this is how long they've been playing.

Implementation

@JsonKey(name:'minutesPlayedThisSession')
String? minutesPlayedThisSession;