elementType property

dynamic elementType

The type of the element created by this factory.

For DOM components, this will be a String tagName (e.g., 'div', 'a').

For composite components (react-dart or pure JS), this will be a ReactClass.

Implementation

dynamic get elementType => this().componentFactory!.type;