ThirdTable constructor

const ThirdTable({
  1. required Model relationsEntity,
  2. required String parentEntityIdName,
  3. required String childEntityIdName,
})

Implementation

const ThirdTable({
  required this.relationsEntity,
  required this.parentEntityIdName,
  required this.childEntityIdName,
});