ComponentInfo class
Information about a component used by a page.
Used to register components for client-side hydration.
Constructors
- ComponentInfo(String tag, Function factory)
-
Creates component info with the given
tagandfactory.const
Properties
Methods
-
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