VerificationResult class

Returned by GeneratedColumn.isAcceptableValue to provide a description when a valid is invalid.

Constructors

VerificationResult(bool success, String? message)
Used internally by drift
const
VerificationResult.failure(String? message)
Used internally by drift
const
VerificationResult.success()
Used internally by drift
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
If not success-ful, contains a human readable description of what went wrong.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
Whether data for a column passed Dart-side integrity checks
final

Methods

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