TableContent constructor

TableContent(
  1. String key,
  2. List<RowContent> rows
)

Implementation

TableContent(String key, this.rows) : super(key, {});