activityModeHashes property

  1. @JsonKey(name: 'activityModeHashes')
List<int>? activityModeHashes
getter/setter pair

The hash identifiers for Activity Modes relevant to this activity. Note that if this is a playlist, the specific playlist entry chosen will determine the actual activity modes that end up being relevant.

Implementation

@JsonKey(name:'activityModeHashes')
List<int>? activityModeHashes;