Skip to content

Commit 64ca8e2

Browse files
committed
#130: updated readme
1 parent 523e7ec commit 64ca8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ UnknownEnumTestObject:
542542

543543
### Automatic case conversion(v7.0.0)
544544

545-
As of v7.0.0 by default all fields will be converted into lowercase instead of uppercase like before. You can control this behavior globally for all enums or per-enum by setting the `uppercase_enums` property to `false` (
545+
As of v7.0.0 by default all fields will be converted into lowercase camelcase instead of uppercase like before. You can control this behavior globally for all enums or per-enum by setting the `uppercase_enums` property to `false` (
546546
default) or `true`. This only affects the name of the enum when using it in dart code. the jsonValue will still be the name you type in the config.
547547

548548
```yaml

0 commit comments

Comments
 (0)