menu
simple_orm_annotation package
documentation
annotation/table.dart
Table
Table.new const constructor
Table.new const constructor
dark_mode
light_mode
Table
constructor
const
Table
(
{
String
?
name
,
Map
<
String
,
List
<
String
>
>
?
index
,
})
Implementation
const Table({this.name, this.index});
simple_orm_annotation package
documentation
annotation/table
Table
Table.new const constructor
Table class