menu
universal_migration_engine package
documentation
schema.dart
Schema
Schema.new constructor
Schema.new constructor
dark_mode
light_mode
Schema
constructor
Schema
(
String
name
,
List
<
Migration
>
migrations
,
Object
?
context
)
Implementation
Schema(this.name, this.migrations, this.context);
universal_migration_engine package
documentation
schema
Schema
Schema.new constructor
Schema class