checks property

  1. @override
Iterable<AbstractCheck> checks
inherited

The checks that should be applied to this entity.

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

Implementation

@override
Iterable<AbstractCheck> get checks => [...?parent?.checks, ..._checks];