SqliteMigrationStatus class

Summary returned by SQLite migration status checks.

Constructors

SqliteMigrationStatus({required int localMigrationCount, required int activeMigrationCount, required List<SqliteMigrationStatusIssue> issues})
Creates a migration status summary.
const

Properties

activeMigrationCount int
Number of migrations currently active in database history.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isClean bool
Whether the local artifacts and database history are in sync.
no setterinherited
issues List<SqliteMigrationStatusIssue>
Status issues discovered during reconciliation.
finalinherited
localMigrationCount int
Number of local migration directories found on disk.
finalinherited
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