getGetter abstract method

GetterElement? getGetter(
  1. String name
)

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

Implementation

GetterElement? getGetter(String name);