findOrNull method

T? findOrNull()

Find the instance (returns null if not found)

Implementation

T? findOrNull() => _targetScope.find<T>(tag: tag);