isPlaying property

bool get isPlaying
override

Implementation

bool get isPlaying => source != null?!SoLoud.instance.getPause(source!):false;