menu
orm package
documentation
dmmf.dart
PrimaryKey
PrimaryKey const constructor
PrimaryKey const constructor
dark_mode
light_mode
PrimaryKey
constructor
const
PrimaryKey
(
{
String
?
name
,
required
Iterable
<
String
>
fields
,
})
Implementation
const PrimaryKey({ this.name, required this.fields, });
orm package
documentation
dmmf
PrimaryKey
PrimaryKey const constructor
PrimaryKey class