LiveRoomModel constructor
LiveRoomModel({})
Implementation
LiveRoomModel(
{this.roomId,
this.roomCover,
this.roomName,
this.userId,
this.userName,
this.currentHot,
this.payDesc,
this.payType,
this.state,
this.vibratingEgg,
this.icon,
this.pullStreamAddr,
this.inviteCode,
this.gameIcon,
this.streamEncrypted});