getSetter2 abstract method

SetterElement? getSetter2(
  1. String name
)

Returns the setter from setters2 that has the given name.

Implementation

SetterElement? getSetter2(String name);