MessageReadStatusDto constructor
Returns a new MessageReadStatusDto instance.
Implementation
MessageReadStatusDto({
this.time,
this.read = false,
});
Returns a new MessageReadStatusDto instance.
MessageReadStatusDto({
this.time,
this.read = false,
});