getter property

  1. @Deprecated(elementModelDeprecationMsg)
PropertyAccessorElement? get getter

The getter associated with this variable.

If this variable was explicitly defined (is not synthetic) then the getter associated with it will be synthetic.

Implementation

@Deprecated(elementModelDeprecationMsg)
PropertyAccessorElement? get getter;