OneToMany constructor

const OneToMany({
  1. required Type table,
})

Implementation

const OneToMany({
  required this.table,
});