File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -353,9 +353,6 @@ void main() {
353
353
print('Tried calling singleWhere, but received an exception: $e');
354
354
}
355
355
}
356
-
357
- // ignore: non_constant_identifier_names
358
- // Never TODO([String? message]) => throw UnimplementedError('$message');
359
356
```
360
357
361
358
<details >
@@ -581,9 +578,6 @@ void main() {
581
578
582
579
print('Success. All tests passed!');
583
580
}
584
-
585
- // ignore: non_constant_identifier_names
586
- // Never TODO([String? message]) => throw UnimplementedError('$message');
587
581
```
588
582
589
583
<details >
@@ -822,9 +816,6 @@ void main() {
822
816
823
817
print('Success. All tests passed!');
824
818
}
825
-
826
- // ignore: non_constant_identifier_names
827
- // Never TODO([String? message]) => throw UnimplementedError('$message');
828
819
```
829
820
830
821
<details >
@@ -969,9 +960,6 @@ bool _listEquals<T>(List<T>? a, List<T>? b) {
969
960
}
970
961
return true;
971
962
}
972
-
973
- // ignore: non_constant_identifier_names
974
- // Never TODO([String? message]) => throw UnimplementedError('$message');
975
963
```
976
964
977
965
<details >
@@ -1192,9 +1180,6 @@ void main() {
1192
1180
bool isValidEmailAddress(EmailAddress email) {
1193
1181
return email.address.contains('@');
1194
1182
}
1195
-
1196
- // ignore: non_constant_identifier_names
1197
- // Never TODO([String? message]) => throw UnimplementedError('$message');
1198
1183
```
1199
1184
1200
1185
<details >
You can’t perform that action at this time.
0 commit comments