menu
ormed_postgres package
documentation
migrations.dart
SchemaView
SchemaView.new const constructor
SchemaView.new const constructor
dark_mode
light_mode
SchemaView
constructor
const
SchemaView
(
{
required
String
name
,
String
?
schema
,
String
?
definition
,
})
Implementation
const SchemaView({required this.name, this.schema, this.definition});
ormed_postgres package
documentation
migrations
SchemaView
SchemaView.new const constructor
SchemaView class