hasPopup property
String?
get
hasPopup
What kind of popup is currently being shown for a node.
Implementation
String? get hasPopup => _properties['hasPopup'] as String?;
What kind of popup is currently being shown for a node.
String? get hasPopup => _properties['hasPopup'] as String?;