MigrationContext constructor
const
MigrationContext({
- required int nowMs,
Creates a migration context.
Implementation
const MigrationContext({required this.nowMs});
Creates a migration context.
const MigrationContext({required this.nowMs});