libraryFragment property
The library fragment that contains this fragment.
This will be the fragment itself if it is a library fragment.
Implementation
@override
LibraryFragment get libraryFragment {
return enclosingFragment.libraryFragment!;
}
The library fragment that contains this fragment.
This will be the fragment itself if it is a library fragment.
@override
LibraryFragment get libraryFragment {
return enclosingFragment.libraryFragment!;
}