isActive property

bool isActive

Whether or not artist and title are non-null and override the current media.

Implementation

bool get isActive => _channel != null;