DeleteResponse constructor

DeleteResponse({
  1. String? status,
  2. String? domain,
  3. String? id,
})

Implementation

DeleteResponse({
  this.status,
  this.domain,
  this.id
});