Table constructor

Table(
  1. String name, {
  2. List<Unit> columns = const <Unit>[],
})

Implementation

Table(this.name, {this.columns = const <Unit>[]});