ItemSearchMessage constructor

ItemSearchMessage({
  1. String id = '',
  2. String name = '',
  3. String topic = '',
  4. String image = '',
  5. int participantCount = 0,
  6. int roomType = 0,
  7. List<String> participants = const [],
})

Implementation

ItemSearchMessage({
  this.id = '',
  this.name = '',
  this.topic = '',
  this.image = '',
  this.participantCount = 0,
  this.roomType = 0,
  this.participants = const [],
});