getSetter abstract method

SetterElement? getSetter(
  1. String name
)

Returns the setter defined in this library that has the given name.

Implementation

SetterElement? getSetter(String name);