componentType property

  1. @JsonKey(name: 'component_type')
ComponentType? componentType
final

the type of the component

Interaction type: Component

Implementation

@JsonKey(name: 'component_type')
final ComponentType? componentType;