ChatMediumEntity constructor

ChatMediumEntity({
  1. String? memberMediumId,
})

Implementation

ChatMediumEntity({
  this.memberMediumId,
});