ManyToMany constructor
const
ManyToMany({})
Implementation
const ManyToMany({
required this.targetEntity,
this.joinTable,
this.mappedBy,
this.cascadeDelete = false,
this.lazyLoad = true,
this.createIndex = true,
});