Element.img constructor Null safety

Element.img()

Creates a new <img> element.

This is equivalent to calling new Element.tag('img').

Implementation

factory Element.img() => new Element.tag('img');