isActive property
Whether or not artist and title are non-null and override the current media.
Implementation
bool get isActive => _channel != null;
Whether or not artist and title are non-null and override the current media.
bool get isActive => _channel != null;