Live constructor

Live(
  1. String id,
  2. String? createAt,
  3. NestedUser owner,
  4. List<NestedUser> performers,
  5. String name,
  6. bool isSingle,
  7. bool isAdult,
  8. bool isR15,
  9. bool isR18,
  10. String publicity,
  11. bool? isClosed,
  12. String mode,
  13. String server,
  14. String channelId,
  15. bool isEnabledMicInput,
  16. String? thumbnailImageUrl,
  17. int memberCount,
  18. int totalAudienceCount,
  19. int performerCount,
  20. bool isMuted,
)

Implementation

Live(
    this.id,
    this.createAt,
    this.owner,
    this.performers,
    this.name,
    this.isSingle,
    this.isAdult,
    this.isR15,
    this.isR18,
    this.publicity,
    this.isClosed,
    this.mode,
    this.server,
    this.channelId,
    this.isEnabledMicInput,
    this.thumbnailImageUrl,
    this.memberCount,
    this.totalAudienceCount,
    this.performerCount,
    this.isMuted,
    );