shouldRestrictDelete property
bool
get
shouldRestrictDelete
Returns true if this relation should restrict delete operations.
Implementation
bool get shouldRestrictDelete => cascadeDeleteBehavior == CascadeDeleteBehavior.restrict;