firstFragment property

  1. @override
FunctionTypedFragment get firstFragment
override

The first fragment in the chain of fragments that are merged to make this element.

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

Implementation

@override
FunctionTypedFragment get firstFragment;