variable3 property

  1. @Deprecated('Use variable instead')
PropertyInducingElement? get variable3

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

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

Implementation

@Deprecated('Use variable instead')
PropertyInducingElement? get variable3;