DependencyMismatch constructor

DependencyMismatch(
  1. DependencyLocation location,
  2. DependencyReference original,
  3. DependencyReference fromBom,
  4. String package, [
  5. String? reason,
])

Implementation

DependencyMismatch(
  this.location,
  this.original,
  this.fromBom,
  this.package, [
  this.reason,
]);