checks property
The checks to apply.
The ultimate result of evaluating the check set will be "allow" if and
only if every check in checks evaluates to "allow". If checks is
empty, the default behavior is "always allow".
Optional.
Implementation
core.List<Check>? checks;