Table constructor

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

Implementation

Table(String name, this.columns) : this._name = name;