Object constructor

Object([
  1. String? value
])

The <object> HTML element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin. Read more...

Implementation

Object([super.value]) {
  tag = 'object';
}