Audio constructor

Audio([
  1. String? value
])

The <audio> HTML element is used to embed sound content in documents. Read more...

Implementation

Audio([super.value]) {
  tag = 'audio';
}