ReceiveMessageUnseenUserStatus constructor

ReceiveMessageUnseenUserStatus({
  1. String customerId = '',
  2. String roomId = '',
  3. List<String> userIds = const [],
})

Implementation

ReceiveMessageUnseenUserStatus({
  this.customerId = '',
  this.roomId = '',
  this.userIds = const [],
});