EntityValidatorMixin mixin

Delegates EntityValidator to validator provided by host class

Implemented types
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator EntityValidator
no setter

Methods

createSnapshot() EntityValidator
Crates a snapshot of validator preserving it's current EntityValidator.isValid value
override
isValid() bool
If true cached entity is valid.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() String
A way to serialize entity
override
toString() String
A string representation of this object.
inherited

Operators

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