DraftModeEntitySchema<TEntity> class

Reusable schema that validates a typed object through shared fields.

Constructors

DraftModeEntitySchema({required List<DraftModeEntityField<TEntity, dynamic>> fields})

Properties

fields List<DraftModeEntityField<TEntity, dynamic>>
Fields that participate in entity validation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(TEntity entity) List<DraftModeEntityValidationFailure<TEntity>>
Returns all validation failures found for entity.
validateOrThrow(TEntity entity, {required String operation}) → void
Throws when entity violates any field contract during operation.

Operators

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