Skip to content

Commit 7cdc7a5

Browse files
committed
fix: casing
1 parent 09debf1 commit 7cdc7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)