Skip to content

Commit 07f667c

Browse files
authored
Allow null for unnamed extension methods (#2197)
1 parent 0448e5f commit 07f667c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/model/extension.dart

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ class Extension extends Container
6363
return _methods;
6464
}
6565

66+
@override
67+
String get name => super.name ?? '';
68+
6669
List<Field> _fields;
6770

6871
@override

0 commit comments

Comments
 (0)