MigrationResult class

Result of migration operation

Constructors

MigrationResult.new({required int migratedCount, required int skippedCount, required List<String> errors, required bool alreadyCompleted})

Properties

alreadyCompleted bool
Whether migration was already completed before
final
errors List<String>
List of error messages for skipped files
final
hasErrors bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
no setter
migratedCount int
Number of successfully migrated files
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedCount int
Number of files that were skipped due to errors
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