menu
zenify package
documentation
di/zen_refs.dart
Ref<T>
exists method
exists method
dark_mode
light_mode
exists
method
bool
exists
(
)
Check if instance exists
Implementation
bool exists() => _targetScope.exists<T>(tag: tag);
zenify package
documentation
di/zen_refs
Ref<T>
exists method
Ref class