isLabeledLink property
      
      bool
      get
      isLabeledLink
      
    
    
This read-only property is true when this Link has any label Nodes, Nodes that are owned by this Link and are arranged along its path in the same manner as elements of the Link Panel.
Implementation
_i2.bool get isLabeledLink => _i4.getProperty(
      this,
      'isLabeledLink',
    );
      
      set
      isLabeledLink
      (bool value) 
      
    
    
    
Implementation
set isLabeledLink(_i2.bool value) {
  _i4.setProperty(
    this,
    'isLabeledLink',
    value,
  );
}