CheckpointValidationError enum

Inheritance
Available extensions

Values

commentEmpty → const CheckpointValidationError
attachmentMissing → const CheckpointValidationError
numerical1IsWrongOrEmpty → const CheckpointValidationError
numerical2IsWrongOrEmpty → const CheckpointValidationError
freetext1IsWrongOrEmpty → const CheckpointValidationError
freetext2IsWrongOrEmpty → const CheckpointValidationError
date1IsMissing → const CheckpointValidationError
date2IsMissing → const CheckpointValidationError
docField1IsWrongOrEmpty → const CheckpointValidationError
docField2IsWrongOrEmpty → const CheckpointValidationError
signatureIsMissing → const CheckpointValidationError
signatureNameIsWrongOrEmpty → const CheckpointValidationError
signatureSurnameIsWrongOrEmpty → const CheckpointValidationError
verification1DoesNotMatchRef → const CheckpointValidationError
verification2DoesNotMatchRef → const CheckpointValidationError
listSelectionIsWrongOrMissing → const CheckpointValidationError
okStatusNotChosen → const CheckpointValidationError

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getErrorText(BuildContext context) String

Available on CheckpointValidationError, provided by the CheckpointErrorExtension extension

getErrorTextIfPresent({required List<CheckpointValidationError> currentErrors, required BuildContext context}) String?

Available on CheckpointValidationError, provided by the CheckpointErrorExtension extension

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

Constants

values → const List<CheckpointValidationError>
A constant List of the values in this enum, in order of their declaration.