isPlaying property

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

true if something is currently playing.

Implementation

@JsonKey(name: 'is_playing', defaultValue: false)
bool? isPlaying;