Delete constructor

Delete({
  1. String? type,
})

Implementation

Delete({
  this.type,
});