internal property

  1. @Deprecated('Only used with the deprecated Component base class and not Component2,' ' which stores props as properties on this object.')
ReactDartComponentInternal internal

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;