_internal/projectContext library
Functions
-
findClassDeclarationWithHttpResponse(
{required String codePath, String? targetLibraryUri, String? targetClassName}) → Future< ClassDeclaration?> -
findClassElementWithLibraryUriAndClassName(
{required String codePath, required String targetLibraryUri, required String targetClassName}) → Future< ClassElement?> -
getCollection(
String codePath) → AnalysisContextCollection? -
getProjectContext(
String codePath) → AnalysisContext? -
getProjectContextList(
String codePath) → List< AnalysisContext> ?