We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875cb2a commit 583a594Copy full SHA for 583a594
lib/src/gen_screen_access_app.dart
@@ -187,12 +187,6 @@ bool _isAllowedFileName(String e) {
187
return !e.endsWith('.g.dart') && e.endsWith('.dart');
188
}
189
190
-extension _ClassInsightExtension on ClassInsight<GenerateScreenBindings> {
191
- StringCaseType get stringCaseType {
192
- return StringCaseType.values.valueOf(annotation.keyStringCase) ?? StringCaseType.CAMEL_CASE;
193
- }
194
-}
195
-
196
class TemplateInterpolator2<T> {
197
final Map<String, String Function(T insight)> map;
198
0 commit comments