allLibraryProjectIds property
All unique library project IDs referenced by this widget class.
Implementation
Set<String> get allLibraryProjectIds => {
...libraryComponentProjectIds,
...libraryNavigationProjectIds,
...libraryBottomSheetProjectIds,
...libraryCustomDialogProjectIds,
};