firstFragment property

  1. @override
PropertyInducingFragment? get firstFragment
override

The first fragment in the chain of fragments that are merged to make this element. Or null if this element is synthetic, so has no fragments.

The other fragments in the chain can be accessed using Fragment.nextFragment.

Implementation

@override
PropertyInducingFragment? get firstFragment;