Skip to content

Commit 583a594

Browse files
committed
update
1 parent 875cb2a commit 583a594

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/src/gen_screen_access_app.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ bool _isAllowedFileName(String e) {
187187
return !e.endsWith('.g.dart') && e.endsWith('.dart');
188188
}
189189

190-
extension _ClassInsightExtension on ClassInsight<GenerateScreenBindings> {
191-
StringCaseType get stringCaseType {
192-
return StringCaseType.values.valueOf(annotation.keyStringCase) ?? StringCaseType.CAMEL_CASE;
193-
}
194-
}
195-
196190
class TemplateInterpolator2<T> {
197191
final Map<String, String Function(T insight)> map;
198192

0 commit comments

Comments
 (0)