previousFragment property
The previous fragment in the augmentation chain.
Returns null
if this is the first fragment in the chain.
Implementation
@override
FieldElementImpl? get previousFragment =>
super.previousFragment as FieldElementImpl?;
set
previousFragment
(PropertyInducingElementImpl? _previousFragment)
inherited
Implementation
@override
PropertyInducingElementImpl? previousFragment;