x property
      
      num?
      get
      x
      
    
    
    
Implementation
_i2.num? get x => _i4.getProperty(
      this,
      'x',
    );
      
      set
      x
      (num? value) 
      
    
    
    
Implementation
set x(_i2.num? value) {
  _i4.setProperty(
    this,
    'x',
    value ?? _i6.undefined,
  );
}