Table constructor

Table(
  1. List<String> header,
  2. List<List> rows
)

Implementation

Table(this.header, this.rows);