TableRow constructor

TableRow(
  1. String name,
  2. String description
)

Implementation

TableRow(this.name, this.description);