SeoInjectable class abstract

Interface for classes that can create a custom HTML element for SEO.

Implement this interface to provide a DOM element representation for your Flutter widget that can be injected into the web page.

Implementers

Constructors

SeoInjectable()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createHtmlElement() WebHTMLElement?
Creates and returns a WebHTMLElement to represent this object in the DOM.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited