link property
      
      Link?
      get
      link
      
    
    
Gets or sets the Link associated with this edge, if any. The value may be null if this edge is a "dummy" edge, not represented by a real Link in the Diagram.
Implementation
_i3.Link? get link => _i4.getProperty(
      this,
      'link',
    );
      
      set
      link
      (Link? value) 
      
    
    
    
Implementation
set link(_i3.Link? value) {
  _i4.setProperty(
    this,
    'link',
    value ?? _i5.undefined,
  );
}