Fix ID/Date typo in README
This commit is contained in:
parent
323ad807bd
commit
51bf0c2329
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ in the style of an Angel `Model`. To disable this, set `autoIdAndDateFields` to
|
||||||
builder constructor.
|
builder constructor.
|
||||||
|
|
||||||
|
|
||||||
You can also override `autoSnakeCaseNames` per model:
|
You can also override `autoIdAndDateFields` per model:
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
@Serializable(autoIdAndDateFields: false)
|
@Serializable(autoIdAndDateFields: false)
|
||||||
|
|
Loading…
Reference in a new issue