topSide property
      
      Spot
      get
      topSide
      
    
    
The set of points at the top side of the bounding rectangle.
Implementation
static _i3.Spot get topSide => _i4.getProperty(
      _declaredSpot,
      'TopSide',
    );
      
      set
      topSide
      (Spot value) 
      
    
    
    
Implementation
static set topSide(_i3.Spot value) {
  _i4.setProperty(
    _declaredSpot,
    'TopSide',
    value,
  );
}