_internal/getInnerType library
Functions
-
findProjectWideResponseType(
{required String innerType, required String filePath, required CompilationUnit initialUnit, required List< String> searchFields}) → ({bool isExists, String? type, TypeAnnotation? typeNode}) -
getInnerTypeByLevel(
TypeAnnotation? returnType, {int level = 1, bool? useLexeme = false}) → String? -
getInnerTypeByPosition(
TypeAnnotation returnType, {int at = 0, bool? useLexeme = true}) → String