checks property Null safety

Iterable<AbstractCheck> checks

The checks that should be applied to this entity.

Check are inherited, so this will include checks from any parent entities.

Implementation

Iterable<AbstractCheck> get checks;