togglingShuffle property

  1. @JsonKey(name: 'toggling_shuffle', defaultValue: false)
bool? togglingShuffle
getter/setter pair

Toggling shuffle flag. Optional field.

Implementation

@JsonKey(name: 'toggling_shuffle', defaultValue: false)
bool? togglingShuffle;