nextFragment property

  1. @override
FieldElementImpl? get nextFragment
inherited

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;