Element.audio constructor Null safety

Element.audio()

Creates a new <audio> element.

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

Implementation

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