menu
zenify package
documentation
core/zen_scope.dart
ZenScope
exists<T> method
exists<T> method
dark_mode
light_mode
exists<
T
>
method
bool
exists
<
T
>(
{
String
?
tag
,
})
Check if a dependency exists
Implementation
bool exists<T>({String? tag}) { return find<T>(tag: tag) != null; }
zenify package
documentation
core/zen_scope
ZenScope
exists<T> method
ZenScope class