validation/validated library
Classes
Constants
- validated → const Validated
-
Requires a field to be deeply validated.
Example: You have a class Group with a field
List<Person> membersas well as a type Person which is validatable. You can then annotate your fieldList<Person> memberswith @validated to validate all members when validating your container.