minutesPlayedTotal property

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

If this value is 525,600, then they played Destiny for a year. Or they're a very dedicated Rent fan. Note that this includes idle time, not just time spent actually in activities shooting things.

Implementation

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