isPlaying property

bool get isPlaying

Test the Player State


See also


Implementation

bool get isPlaying => _playerState == PlayerState.isPlaying;