Skip to content

Commit

Permalink
#130: updated default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jorre127 committed Sep 7, 2023
1 parent 5a1e7cf commit 5210216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/yml_generator_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class YmlGeneratorConfig {
ignore: false,
includeToJson: true,
includeFromJson: true,
includeIfNull: true,
includeIfNull: false,
nonFinal: false,
ignoreEquality: false,
);
Expand Down

0 comments on commit 5210216

Please sign in to comment.