getRelationTable method

Table? getRelationTable(
  1. String relationField
)

Returns TableColumnRelation for the given relationField. If no relation exists, returns null. The return must be dynamic to allow for relations with different id types.

Implementation

Table? getRelationTable(String relationField) {
  return null;
}