OrmMigrationRecordPartial constructor

const OrmMigrationRecordPartial({
  1. String? id,
  2. String? checksum,
  3. DateTime? appliedAt,
  4. int? batch,
})

Implementation

const OrmMigrationRecordPartial({
  this.id,
  this.checksum,
  this.appliedAt,
  this.batch,
});