ForeignComponent class final
A component implemented by a JavaScript/TypeScript React module.
The name is resolved from globalThis.__reactDartForeignComponents, which
lets Dart components use TSX without importing browser-only JS interop into
the portable React tree model.
Constructors
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