getGetter abstract method
Returns the getter from accessors that has the given name
.
Implementation
PropertyAccessorElement? getGetter(String name);
Returns the getter from accessors that has the given name
.
PropertyAccessorElement? getGetter(String name);