DependencyMismatch constructor
DependencyMismatch(
- DependencyLocation location,
- DependencyReference original,
- DependencyReference fromBom,
- String package, [
- String? reason,
Implementation
DependencyMismatch(
this.location,
this.original,
this.fromBom,
this.package, [
this.reason,
]);