checks property

  1. @override
List<AbstractCheck> checks
final

The checks that should be applied to this entity.

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

Implementation

@override
final List<AbstractCheck> checks = [];