menu
froom_generator package
documentation
value_object/foreign_key.dart
ForeignKey
ForeignKey.new constructor
ForeignKey.new constructor
dark_mode
light_mode
ForeignKey
constructor
ForeignKey
(
String
parentName
,
List
<
String
>
parentColumns
,
List
<
String
>
childColumns
,
ForeignKeyAction
onUpdate
,
ForeignKeyAction
onDelete
,
)
Implementation
ForeignKey( this.parentName, this.parentColumns, this.childColumns, this.onUpdate, this.onDelete, );
froom_generator package
documentation
value_object/foreign_key
ForeignKey
ForeignKey.new constructor
ForeignKey class