getGetter2 abstract method

GetterElement? getGetter2(
  1. String name
)

Returns the getter from getters2 that has the given name.

Implementation

GetterElement? getGetter2(String name);