Check if controller exists
@override bool exists() { if (scope != null) { return scope!.exists<T>(tag: tag); } else { return Zen.findOrNull<T>(tag: tag) != null; } }