y property
      
      double
      get
      y
      
    
    
    
Implementation
double get y => _v2storage[1];
      
      set
      y
      (double arg) 
      
    
    
    
Implementation
set y(double arg) => _v2storage[1] = arg;