MessageDeleteFileRequest constructor

MessageDeleteFileRequest({
  1. String? resource,
  2. String? action,
  3. Payload? payload,
  4. String? type,
})

Implementation

MessageDeleteFileRequest ({
  this.resource,
  this.action,
  this.payload,
  this.type,
});