ApplyResult class

Result of applying dependency changes

Constructors

ApplyResult({required bool success, required List<String> changes, String? error, bool backupCreated = false})

Properties

backupCreated bool
final
changeCount int
Number of changes applied
no setter
changes List<String>
final
error String?
final
hasChanges bool
Whether any changes were made
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
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