size property
Size of the KnowledgePanel, if small the client must display the panel in a compact size.
Implementation
@JsonKey(unknownEnumValue: KnowledgePanelSize.UNKNOWN)
final KnowledgePanelSize? size;
Size of the KnowledgePanel, if small the client must display the panel in a compact size.
@JsonKey(unknownEnumValue: KnowledgePanelSize.UNKNOWN)
final KnowledgePanelSize? size;