getSetter abstract method

SetterElement? getSetter(
  1. String name
)

Returns the setter from setters that has the given name.

Implementation

SetterElement? getSetter(String name);