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