menu
analyzer package
documentation
dart/element/element.dart
InstanceElement
getGetter abstract method
getGetter abstract method
dark_mode
light_mode
getGetter
abstract method
GetterElement
?
getGetter
(
String
name
)
Returns the getter from
getters
that has the given
name
.
Implementation
GetterElement? getGetter(String name);
analyzer package
documentation
dart/element/element
InstanceElement
getGetter abstract method
InstanceElement class