SuperChatEvent constructor
SuperChatEvent({
- String? etag,
- String? id,
- String? kind,
- SuperChatEventSnippet? snippet,
Implementation
SuperChatEvent({
this.etag,
this.id,
this.kind,
this.snippet,
});