build method
Builds a table with the relations added.
Implementation
Table build() {
return Table(
tableName: _table.tableName,
tableRelation: TableRelation(_entries),
);
}
Builds a table with the relations added.
Table build() {
return Table(
tableName: _table.tableName,
tableRelation: TableRelation(_entries),
);
}