nextFragment property
The next fragment in the augmentation chain.
Returns null
if this is the last fragment in the chain.
Implementation
@override
FieldElementImpl? get nextFragment => super.nextFragment as FieldElementImpl?;
set
nextFragment
(PropertyInducingElementImpl? _nextFragment)
inherited
Implementation
@override
PropertyInducingElementImpl? nextFragment;