build method

Table build()

Builds a table with the relations added.

Implementation

Table build() {
  return Table(
    tableName: _table.tableName,
    tableRelation: TableRelation(_entries),
  );
}