addRow method

void addRow(
  1. TagflowNode row
)

Implementation

void addRow(TagflowNode row) {
  rows.add(row);
}