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

hashCode int
The hash code for this object.
no setterinherited
props Map
For a ReactElement, this is the initial props with defaults merged.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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