CascadeOptions constructor
const
CascadeOptions({
- bool dryRun = false,
- void onProgress()?,
- CancellationToken? cancellationToken,
- Duration timeout = const Duration(seconds: 30),
- bool allowPartialDeletes = false,
Implementation
const CascadeOptions({
this.dryRun = false,
this.onProgress,
this.cancellationToken,
this.timeout = const Duration(seconds: 30),
this.allowPartialDeletes = false,
});