variable2 property

PropertyInducingElement? get variable2

The field or top-level variable associated with this accessor.

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

If this accessor is an augmentation, and augmentationTarget is null, the variable is null.

Implementation

PropertyInducingElement? get variable2;