Skip to content

Commit

Permalink
Add EnviedField.optional to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Oct 29, 2023
1 parent f6d54a4 commit 0931844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/envied/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ abstract class Env {
}
```

Optional fields can also be enabled on a per-field basis by setting

```dart
@EnviedField(optional: true)
```

<br>

## License
Expand Down

0 comments on commit 0931844

Please sign in to comment.