void updateRow(List row)

Source

void updateRow(List row) {
  for (var next in nexts) {
    next.updateFromBase([row]);
  }
}