getGetter abstract method
Returns the getter defined in this library that has the given name
.
Implementation
GetterElement? getGetter(String name);
Returns the getter defined in this library that has the given name
.
GetterElement? getGetter(String name);