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