cells property
List<TableCellElement>
get
cells
Implementation
List<TableCellElement> get cells {
return children.whereType<TableCellElement>().toList();
}
List<TableCellElement> get cells {
return children.whereType<TableCellElement>().toList();
}