IntegrityCheckResult class abstract

an object with the result of the integrity check.

Properties:

  • data
  • err - a string value set in case of error.

Constructors

IntegrityCheckResult([void updates(IntegrityCheckResultBuilder b)])
factory

Properties

data RelationalIntegrityCheckData?
no setter
err String?
a string value set in case of error.
no setter
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
rebuild(dynamic updates(IntegrityCheckResultBuilder)) IntegrityCheckResult
Rebuilds the instance.
inherited
toBuilder() IntegrityCheckResultBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<IntegrityCheckResult>
no setter