We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdc7a5 commit df64c27Copy full SHA for df64c27
templates/dart/lib/src/exception.dart.twig
@@ -9,7 +9,7 @@ class {{spec.title | caseUcfirst}}Exception implements Exception {
9
/// for more information.
10
final String? type;
11
final int? code;
12
- final String response;
+ final String? response;
13
14
/// Initializes an {{spec.title | caseUcfirst}} Exception.
15
{{spec.title | caseUcfirst}}Exception([this.message = "", this.code, this.type, this.response]);
0 commit comments