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