getGetter abstract method
Returns the getter (synthetic or explicit) defined directly in this
class or augmentation that has the given name
.
TODO(scheglov) Deprecate and remove it.
Implementation
PropertyAccessorElement? getGetter(String name);
Returns the getter (synthetic or explicit) defined directly in this
class or augmentation that has the given name
.
TODO(scheglov) Deprecate and remove it.
PropertyAccessorElement? getGetter(String name);