Checked class abstract

Represents an entity that can handle checks.

See AbstractCheck for an explanation of checks.

Implementers

Constructors

Checked()

Properties

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

Methods

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

Operators

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