menu
spotify_sdk package
documentation
models/library_state.dart
LibraryState
LibraryState constructor
LibraryState constructor
dark_mode
light_mode
LibraryState
constructor
LibraryState
(
String
uri
, {
required
bool
isSaved
,
required
bool
canSave
,
})
Implementation
LibraryState( this.uri, { required this.isSaved, required this.canSave, });
spotify_sdk package
documentation
models/library_state
LibraryState
LibraryState constructor
LibraryState class