PackageApiDifferOptions constructor

const PackageApiDifferOptions({
  1. bool ignoreTypeParameterNameChanges = true,
  2. bool doCheckSdkVersion = true,
  3. bool doIgnoreRequiredness = false,
})

creates a new PackageApiDifferOptions instance

Implementation

const PackageApiDifferOptions({
  this.ignoreTypeParameterNameChanges = true,
  this.doCheckSdkVersion = true,
  this.doIgnoreRequiredness = false,
});