devDependencies property
Dependencies that are only needed in the development phase of the package https://dart.dev/tools/pub/pubspec#dependencies https://dart.dev/tools/pub/dependencies
Implementation
@CustomEquality(DeepCollectionEquality())
final Iterable<PackageDependencySpec> devDependencies;