fragments property
List<LibraryFragment>
get
fragments
The fragments this library consists of.
This includes the defining fragment, and fragments included using the
part
directive.
Implementation
List<LibraryFragment> get fragments;