menu
prisma_generator_helper package
documentation
dmmf.dart
PrimaryKey
PrimaryKey const constructor
PrimaryKey const constructor
dark_mode
light_mode
PrimaryKey
constructor
const
PrimaryKey
(
{
String
?
name
,
required
List
<
String
>
fields
,
})
Implementation
const factory PrimaryKey({ String? name, required List<String> fields, }) = _PrimaryKey;
prisma_generator_helper package
documentation
dmmf
PrimaryKey
PrimaryKey const constructor
PrimaryKey class