length property
      
      num
      get
      length
      
    
    
Gets or sets the length of this edge. The default value is NaN.
Implementation
_i2.num get length => _i4.getProperty(
      this,
      'length',
    );
      
      set
      length
      (num value) 
      
    
    
    
Implementation
set length(_i2.num value) {
  _i4.setProperty(
    this,
    'length',
    value,
  );
}