DuplicateDependency class

Information about a duplicate dependency

Constructors

DuplicateDependency({required String name, required String dependenciesVersion, required String devDependenciesVersion, required DependencySection recommendedSection, PackageUsage? usage})

Properties

dependenciesVersion String
final
devDependenciesVersion String
final
hashCode int
The hash code for this object.
no setterinherited
hasVersionConflict bool
Whether versions are different
no setter
name String
final
recommendationMessage String
Get recommendation message
no setter
recommendedSection DependencySection
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage PackageUsage?
final
usageDescription String
Get usage description
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited