Element.img constructor Null safety
Creates a new <img> element.
This is equivalent to calling new Element.tag('img').
Implementation
factory Element.img() => new Element.tag('img');
Creates a new <img> element.
This is equivalent to calling new Element.tag('img').
factory Element.img() => new Element.tag('img');