ConstraintUnsupportedException class

An Exception indicating that a given Constraint is not supported for the given DatabaseAdapter

Implemented types

Constructors

ConstraintUnsupportedException({required Constraint constraint, required DatabaseAdapter adapter})
An Exception indicating that a given Constraint is not supported for the given DatabaseAdapter

Properties

adapter DatabaseAdapter
The DatabaseAdapter that does not support the Constraint
final
constraint Constraint
The constraint that failed
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.
override

Operators

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