nextFragment property
The next fragment in the augmentation chain.
Returns null
if this is the last fragment in the chain.
Implementation
@override
FieldFragment? get nextFragment => super.nextFragment as FieldFragment?;
The next fragment in the augmentation chain.
Returns null
if this is the last fragment in the chain.
@override
FieldFragment? get nextFragment => super.nextFragment as FieldFragment?;