CheckpointService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCheckpointValidationErrors(
{required Checkpoint checkpoint}) → List< CheckpointValidationError> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validateComment(
Checkpoint checkpoint) → CheckpointValidationError? -
validateCommentForced(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateDates(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateDocumentFields(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateFreetext(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateListSelection(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateNumerical(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateOKStatus(
Checkpoint checkpoint) → CheckpointValidationError? -
validateSignature(
Checkpoint checkpoint) → List< CheckpointValidationError> -
validateVerificationInput(
Checkpoint checkpoint) → List< CheckpointValidationError>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited