exists method

bool exists()

Check if instance exists

Implementation

bool exists() => _targetScope.exists<T>(tag: tag);