getter2 property

  1. @override
GetterFragment? get getter2
inherited

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

@override
GetterFragment? get getter2 => getter as GetterFragment?;