DeleteMessagePayload constructor

DeleteMessagePayload({
  1. int? id,
})

Implementation

DeleteMessagePayload ({
  this.id,
});