elementType property

  1. @JsonKey(name: 'element_type', unknownEnumValue: KnowledgePanelElementType.UNKNOWN)
KnowledgePanelElementType elementType
final

Type of the text description.

Client may choose to display the description depending upon the type.

Implementation

@JsonKey(
    name: 'element_type', unknownEnumValue: KnowledgePanelElementType.UNKNOWN)
final KnowledgePanelElementType elementType;