internal property
- @Deprecated('Only used with the deprecated Component base class and not Component2,' ' which stores props as properties on this object.')
The Dart props for components using Component, but not Component2, which stores props as properties on this object.
Implementation
@Deprecated('Only used with the deprecated Component base class and not Component2,'
' which stores props as properties on this object.')
external ReactDartComponentInternal get internal;