DeleteOptions constructor
const
DeleteOptions({})
Default constructor.
Implementation
const DeleteOptions({
this.apiVersion,
this.dryRun,
this.gracePeriodSeconds,
this.kind,
this.orphanDependents,
this.preconditions,
this.propagationPolicy,
});