menu
d2_touch package
documentation
core/annotations/relation.annotation.dart
ManyToOne
ManyToOne const constructor
ManyToOne const constructor
dark_mode
light_mode
ManyToOne
constructor
const
ManyToOne
(
{
String
?
parentTable
,
required
Type
table
,
required
String
joinColumnName
,
})
Implementation
const ManyToOne({ this.parentTable, required this.table, required this.joinColumnName, });
d2_touch package
documentation
core/annotations/relation.annotation
ManyToOne
ManyToOne const constructor
ManyToOne class