MediaMetadata factory constructor
MediaMetadata(Source
@DomName('MediaMetadata.MediaMetadata') @DocsEditable() factory MediaMetadata(Map metadata) { var metadata_1 = convertDartToNative_Dictionary(metadata); return _blink.BlinkMediaMetadata.instance .constructorCallback_1_(metadata_1); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/MediaMetadata/MediaMetadata.html