getFullLibraryPathFromElement static method
calculates the full library path
Implementation
static String getFullLibraryPathFromElement({
required Element2? element,
}) {
return element?.library2?.uri.toString() ?? '';
}
calculates the full library path
static String getFullLibraryPathFromElement({
required Element2? element,
}) {
return element?.library2?.uri.toString() ?? '';
}