getSetter abstract method
Returns the setter (synthetic or explicit) defined directly in this
class or augmentation that has the given name
.
TODO(scheglov) Deprecate and remove it.
Implementation
PropertyAccessorElement? getSetter(String name);
Returns the setter (synthetic or explicit) defined directly in this
class or augmentation that has the given name
.
TODO(scheglov) Deprecate and remove it.
PropertyAccessorElement? getSetter(String name);