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