canPlayPause property

  1. @JsonKey.new(name: 'can_play_pause')
bool canPlayPause
getter/setter pair

Implementation

@JsonKey(name: 'can_play_pause')
bool canPlayPause = false;