Skip to content

Commit

Permalink
fix(dynamite): fix license nullability
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
  • Loading branch information
Leptopoda committed Oct 16, 2023
1 parent cf13862 commit 801e1f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class Info implements Built<Info, InfoBuilder> {

String get version;

License get license;
License? get license;

@BuiltValueField(compare: false)
String? get description;
Expand Down
19 changes: 11 additions & 8 deletions packages/dynamite/dynamite/lib/src/models/openapi/info.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 801e1f8

Please sign in to comment.