Table constructor

Table(
  1. String name,
  2. List<Column> columns
)

Implementation

Table(this.name, this.columns);