correspondingGetter2 property
The getter that corresponds to (has the same name as) this setter, or
null
if there is no corresponding getter.
Implementation
@Deprecated('Use correspondingGetter instead')
GetterElement? get correspondingGetter2;
The getter that corresponds to (has the same name as) this setter, or
null
if there is no corresponding getter.
@Deprecated('Use correspondingGetter instead')
GetterElement? get correspondingGetter2;