isPaused property

  1. @JsonKey(name: 'paused')
bool isPaused
final

Whether this player is currently paused.

Implementation

@JsonKey(name: 'paused')
final bool isPaused;