menu
ormed_sqlite package
documentation
migrations.dart
SchemaNamespace
SchemaNamespace.new const constructor
SchemaNamespace.new const constructor
dark_mode
light_mode
SchemaNamespace
constructor
const
SchemaNamespace
(
{
required
String
name
,
String
?
owner
,
bool
isDefault
=
false
,
})
Implementation
const SchemaNamespace({ required this.name, this.owner, this.isDefault = false, });
ormed_sqlite package
documentation
migrations
SchemaNamespace
SchemaNamespace.new const constructor
SchemaNamespace class