menu
spotify_sdk_platform_interface package
documentation
models/player_state.dart
PlayerState
isPaused property
isPaused property
dark_mode
light_mode
isPaused
property
@JsonKey.new(name: 'is_paused')
bool
isPaused
final
Whether the player is paused.
Implementation
@JsonKey(name: 'is_paused') final bool isPaused;
spotify_sdk_platform_interface package
documentation
models/player_state
PlayerState
isPaused property
PlayerState class