@override String build() { return "<picture$modifiers>\n" '\t${sources.map((s) => s.build()).join("\n\t")}\n' "\t${image.build()}\n" "</picture>"; }