enclosingFragment property

  1. @override
LibraryFragment? get enclosingFragment
override

The fragment that either physically or logically encloses this fragment.

Returns null if this fragment is the root fragment of a library because there are no fragments above the root fragment of a library.

Implementation

@override
LibraryFragment? get enclosingFragment;