getGetter abstract method

PropertyAccessorElement? getGetter(
  1. String name
)

Returns the getter from accessors that has the given name.

Implementation

PropertyAccessorElement? getGetter(String name);