LiveRoomModel constructor

LiveRoomModel({
  1. String? roomId,
  2. String? roomCover,
  3. String? roomName,
  4. String? userId,
  5. String? userName,
  6. String? currentHot,
  7. String? payDesc,
  8. int? payType,
  9. int? state,
  10. int? vibratingEgg,
  11. String? icon,
  12. String? pullStreamAddr,
  13. String? inviteCode,
  14. String? gameIcon,
  15. bool? streamEncrypted,
})

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});