DartBomResult class

Constructors

DartBomResult({required List<DependencyMismatch> mismatches, required List<DependencyMismatch> matches, required List<DependencyMismatch> skipped, required PubSpec sourcePubspec, required PubSpec targetPubspec, required String sourceFile, required String targetFile})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
matches List<DependencyMismatch>
final
mismatches List<DependencyMismatch>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipped List<DependencyMismatch>
final
sourceFile String
final
sourcePubspec → PubSpec
final
targetFile String
final
targetPubspec → PubSpec
final

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