childrenTable method

List<TableRow> childrenTable()
inherited

A utility for create a list of table rows in a table.

Implementation

List<TableRow> childrenTable() { return <TableRow>[]; }