PackageApiDifferOptions class
represents options for the PackageApiDiffer
Constructors
- PackageApiDifferOptions({bool ignoreTypeParameterNameChanges = true, bool doCheckSdkVersion = true, bool doIgnoreRequiredness = false})
-
creates a new PackageApiDifferOptions instance
const
Properties
- doCheckSdkVersion → bool
-
whether to ignore sdk version changes
final
- doIgnoreRequiredness → bool
-
whether the requiredness aspect of interfaces shall be ignored (to be less strict about version bump requirements)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreTypeParameterNameChanges → bool
-
whether to ignore type parameter changes
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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