OrmRelation constructor

OrmRelation(
  1. String tableRelation,
  2. String foreignKey,
  3. String localKey,
  4. OrmRelationType relationType,
  5. String relationName,
)

Implementation

OrmRelation(this.tableRelation, this.foreignKey, this.localKey, this.relationType, this.relationName);