TableRelationBuilder constructor
TableRelationBuilder(
- Table _table
Creates a new TableRelationBuilder for the given table
.
Implementation
TableRelationBuilder(this._table);
Creates a new TableRelationBuilder for the given table
.
TableRelationBuilder(this._table);