menu
ormed_postgres package
documentation
migrations.dart
OrmMigrationRecordInsertDto
OrmMigrationRecordInsertDto.new const constructor
OrmMigrationRecordInsertDto.new const constructor
dark_mode
light_mode
OrmMigrationRecordInsertDto
constructor
const
OrmMigrationRecordInsertDto
(
{
String
?
id
,
String
?
checksum
,
DateTime
?
appliedAt
,
int
?
batch
,
})
Implementation
const OrmMigrationRecordInsertDto({ this.id, this.checksum, this.appliedAt, this.batch, });
ormed_postgres package
documentation
migrations
OrmMigrationRecordInsertDto
OrmMigrationRecordInsertDto.new const constructor
OrmMigrationRecordInsertDto class