AudioElement constructor

AudioElement(
  1. [String src]
)

Implementation

factory AudioElement([String src]) => new AudioElement._(src);