On this page
namedItem method
MimeType namedItem(Source
MimeType namedItem(String name) {
if ((name is String || name == null)) {
return _blink.BlinkPlugin.instance.namedItem_Callback_1_(this, name);
}
if ((name is String || name == null)) {
return _blink.BlinkPlugin.instance.namedItem_Callback_1_(this, name);
}
throw new ArgumentError("Incorrect number or type of arguments");
}
© 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/Plugin/namedItem.html