leftRightSides property
      
      Spot
      get
      leftRightSides
      
    
    
The set of points at the left or right sides of the bounding rectangle.
Implementation
static _i3.Spot get leftRightSides => _i4.getProperty(
      _declaredSpot,
      'LeftRightSides',
    );
      
      set
      leftRightSides
      (Spot value) 
      
    
    
    
Implementation
static set leftRightSides(_i3.Spot value) {
  _i4.setProperty(
    _declaredSpot,
    'LeftRightSides',
    value,
  );
}