object constructor
const
object(})
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.
Implementation
const object(
this.children, {
this.data,
this.name,
this.type,
this.width,
this.height,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});