Delete constructor

Delete(
  1. List<ObjectIdentifier> objects,
  2. bool quiet
)

Implementation

Delete(
  this.objects,
  this.quiet,
);