joinTableName property
If this foreign key is part of a many-to-many relationship, this holds the
name of the join table (intermediate table). Otherwise, it's null
.
Implementation
String? joinTableName;
If this foreign key is part of a many-to-many relationship, this holds the
name of the join table (intermediate table). Otherwise, it's null
.
String? joinTableName;