usesLibraries property
bool
get
usesLibraries
Whether this widget class references any library projects.
Implementation
bool get usesLibraries => allLibraryProjectIds.isNotEmpty;
Whether this widget class references any library projects.
bool get usesLibraries => allLibraryProjectIds.isNotEmpty;