Live constructor
Live(
- String id,
- String? createAt,
- NestedUser owner,
- List<
NestedUser> performers, - String name,
- bool isSingle,
- bool isAdult,
- bool isR15,
- bool isR18,
- String publicity,
- bool? isClosed,
- String mode,
- String server,
- String channelId,
- bool isEnabledMicInput,
- String? thumbnailImageUrl,
- int memberCount,
- int totalAudienceCount,
- int performerCount,
- 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,
);