Dart
dart:html
AudioElement
AudioElement factory constructor
description
AudioElement constructor
AudioElement
(
[
String
src
])
Implementation
factory
AudioElement([
String
src]) =>
new
AudioElement._(src);