getSetter abstract method

PropertyAccessorElement? getSetter(
  1. String name
)

The setter (synthetic or explicit) defined directly in this class or augmentation that has the given name.

Implementation

// TODO(scheglov): Deprecate and remove it.
PropertyAccessorElement? getSetter(String name);