@override String build() { return "<thead$modifiers>\n" '${rows.map((el) => el.build()).join("\n")}\n' "</thead>"; }