Skip to content

Commit df64c27

Browse files
committed
chore: fix typing
1 parent 7cdc7a5 commit df64c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dart/lib/src/exception.dart.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class {{spec.title | caseUcfirst}}Exception implements Exception {
99
/// for more information.
1010
final String? type;
1111
final int? code;
12-
final String response;
12+
final String? response;
1313

1414
/// Initializes an {{spec.title | caseUcfirst}} Exception.
1515
{{spec.title | caseUcfirst}}Exception([this.message = "", this.code, this.type, this.response]);

0 commit comments

Comments
 (0)