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