MessageStatus constructor

MessageStatus({
  1. String? status,
})

Implementation

MessageStatus({
  this.status,
});