MigrationResult<TPlan extends PlannedMigration> constructor

const MigrationResult<TPlan extends PlannedMigration>({
  1. required TPlan plan,
  2. required bool applied,
})

Creates a migration result.

Implementation

const MigrationResult({required this.plan, required this.applied});