menu
prisma_dmmf package
documentation
prisma_dmmf.dart
PrimaryKey
PrimaryKey const constructor
PrimaryKey const constructor
dark_mode
light_mode
PrimaryKey
constructor
const
PrimaryKey
(
{
String
?
name
,
required
List
<
String
>
fields
,
})
Create a new primary key.
Implementation
const PrimaryKey({ this.name, required this.fields, });
prisma_dmmf package
documentation
prisma_dmmf
PrimaryKey
PrimaryKey const constructor
PrimaryKey class