type property

String? type
final

Component type to distinguish components.

You can use it for example to distinguish what data type this component has.

Implementation

final String? type;