Skip to content

Commit

Permalink
Added 'Body' to kKeyClasses so components called 'Body' don't collide…
Browse files Browse the repository at this point in the history
… with the @Body annotation (#446)
  • Loading branch information
jeroenvervaeke authored Aug 10, 2022
1 parent 48f094b commit 5c0c9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/code_generators/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const List<String> kKeyClasses = [
'Request',
'Type',
'Query',
'Body',
];

const kBasicTypes = [
Expand Down

0 comments on commit 5c0c9a0

Please sign in to comment.