OneToMany constructor
const
OneToMany({
- FetchType fetch = FetchType.lazy,
- List<
CascadeType> cascade = const [], - String? mappedBy,
Implementation
const OneToMany({
this.fetch = FetchType.lazy,
this.cascade = const [],
this.mappedBy,
});