size property

  1. @JsonKey(unknownEnumValue: KnowledgePanelSize.UNKNOWN)
KnowledgePanelSize? size
final

Size of the KnowledgePanel, if small the client must display the panel in a compact size.

Implementation

@JsonKey(unknownEnumValue: KnowledgePanelSize.UNKNOWN)
final KnowledgePanelSize? size;