allLibraryProjectIds property

Set<String> get allLibraryProjectIds

All unique library project IDs referenced by this widget class.

Implementation

Set<String> get allLibraryProjectIds => {
  ...libraryComponentProjectIds,
  ...libraryNavigationProjectIds,
  ...libraryBottomSheetProjectIds,
  ...libraryCustomDialogProjectIds,
};