File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/src/generate_screen_access Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Future<void> generateScreenAccess({
70
70
final filePath = filePathResult.path;
71
71
72
72
// Extract insights from the file.
73
- final classInsights = await extractClassInsightsFromDartFile (
73
+ final classInsights = await extractClassInsightsFromDartFile1 (
74
74
analysisContextCollection,
75
75
filePath,
76
76
);
@@ -140,7 +140,7 @@ Future<void> generateScreenAccess({
140
140
141
141
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
142
142
143
- Future <List <_ClassInsight >> extractClassInsightsFromDartFile (
143
+ Future <List <ClassInsight1 >> extractClassInsightsFromDartFile1 (
144
144
AnalysisContextCollection analysisContextCollection,
145
145
String filePath,
146
146
) async {
@@ -176,4 +176,4 @@ enum _Categories {
176
176
DART ,
177
177
}
178
178
179
- typedef _ClassInsight = ClassInsight <ModelGenerateScreenBindings >;
179
+ typedef ClassInsight1 = ClassInsight <ModelGenerateScreenBindings >;
You can’t perform that action at this time.
0 commit comments