HangoutsChatInfo constructor

HangoutsChatInfo({
  1. List<String>? roomId,
})

Implementation

HangoutsChatInfo({
  this.roomId,
});