IChecked class Null safety

Represents an entity that can handle checks.

See AbstractCheck for an explanation of checks.

Implementers

Constructors

IChecked()

Properties

checks Iterable<AbstractCheck>
The checks that should be applied to this entity.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

check(AbstractCheck check) → void
Add a check to this entity.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited