getSetter abstract method

PropertyAccessorElement? getSetter(
  1. String name
)

Returns the setter from accessors that has the given name.

Implementation

PropertyAccessorElement? getSetter(String name);