firstFragment property
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
InterfaceFragment get firstFragment;