ReactDartComponentInternal class
Deprecated.
This has been deprecated along with Component since its
replacement - Component2 utilizes JS Maps for props,
making InteropProps obsolete.
Will be removed alongside Component in a future major release.
Internal react-dart information used to proxy React JS lifecycle to Dart Component instances.
For internal/advanced use only.
- Annotations
-
- @Deprecated('Only used with the deprecated Component base class and not Component2.')
Constructors
- ReactDartComponentInternal(Map props)
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