fragments property

  1. @override
List<LibraryFragment> get fragments
override

The fragments this library consists of.

This includes the defining fragment, and fragments included using the part directive.

Implementation

@override
List<LibraryFragment> get fragments;