menu
spotify_sdk_platform_interface package
documentation
models/player_options.dart
PlayerOptions
repeatMode property
repeatMode property
dark_mode
light_mode
repeatMode
property
@JsonKey.new(name: 'repeat')
SpotifyRepeatMode
repeatMode
final
The current repeat mode.
Implementation
@JsonKey(name: 'repeat') final SpotifyRepeatMode repeatMode;
spotify_sdk_platform_interface package
documentation
models/player_options
PlayerOptions
repeatMode property
PlayerOptions class