isShuffling property

  1. @JsonKey.new(name: 'shuffle')
bool isShuffling
final

Whether shuffle is enabled.

Implementation

@JsonKey(name: 'shuffle')
final bool isShuffling;