allTransitiveDependencies property
All the dependencies of a provider and their dependencies too.
Implementation
late final allTransitiveDependencies =
dependencies == null ? null : _allTransitiveDependencies(dependencies!);
All the dependencies of a provider and their dependencies too.
late final allTransitiveDependencies =
dependencies == null ? null : _allTransitiveDependencies(dependencies!);