nowplaying
nowplaying
NowPlayingTrack
isStopped property
isStopped
nowplaying
nowplaying
NowPlayingTrack
isStopped property
NowPlayingTrack class
Constructors
NowPlayingTrack
fromJson
Properties
album
artist
duration
essentialAlbum
essentialTitle
hashCode
hasIcon
hasImage
icon
id
image
isPaused
isPlaying
isResolvingImage
isStopped
needsResolving
position
progress
runtimeType
source
state
title
Methods
copy
noSuchMethod
toString
Operators
operator ==
Static properties
notPlaying
isStopped
property
bool
isStopped
Implementation
bool get isStopped => this.state == NowPlayingState.stopped;