correspondingGetter property
      
      PropertyAccessorElement?
      get
      correspondingGetter
      
    
    
The accessor representing the getter that corresponds to (has the same
name as) this setter, or null if this accessor is not a setter or
if there is no corresponding getter.
Implementation
PropertyAccessorElement? get correspondingGetter;