deferrable property

DeferrableConstraint? deferrable
getter/setter pair

Whether the constraint is deferrable and when it is checked by default. Null means the constraint is not deferrable.

Implementation

_isd.DeferrableConstraint? deferrable;