TableRelationBuilder constructor

TableRelationBuilder(
  1. Table _table
)

Creates a new TableRelationBuilder for the given table.

Implementation

TableRelationBuilder(this._table);