menu
spotify_sdk package
documentation
models/user_status.dart
UserStatus
UserStatus constructor
UserStatus constructor
dark_mode
light_mode
UserStatus
constructor
UserStatus
(
int
code
,
String
shortMessage
,
String
longMessage
)
Implementation
UserStatus(this.code, this.shortMessage, this.longMessage);
spotify_sdk package
documentation
models/user_status
UserStatus
UserStatus constructor
UserStatus class