Local2DartConfig constructor
Local2DartConfig({})
Creates a new Local2DartConfig instance.
All parameters are required to ensure proper configuration.
Implementation
Local2DartConfig({
required this.version,
required this.dirDatabase,
required this.foreignKeyConstrainSupport,
required this.table,
required this.query,
required this.view,
required this.seed,
required this.trigger,
});