pausing property

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

Pausing playback. Optional field.

Implementation

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