ManyToOne constructor
const
ManyToOne({
- FetchType fetch = FetchType.eager,
- List<
CascadeType> cascade = const [], - bool optional = false,
Implementation
const ManyToOne({
this.fetch = FetchType.eager,
this.cascade = const [],
this.optional = false,
});