validated top-level constant

Validated const validated

Requires a field to be deeply validated. Example: You have a class Group with a field List<Person> members as well as a type Person which is validatable. You can then annotate your field List<Person> members with @validated to validate all members when validating your container.

Implementation

const validated = Validated();