MigrationRecord constructor

MigrationRecord({
  1. required String version,
})

Implementation

MigrationRecord({
  required this.version,
});