playState property

Returns the play state of the notification (media player).

Implementation

NotificationPlayState? get playState {
  return _playState;
}