isStopped property Null safety

bool isStopped

Test the Player State

Implementation

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