SuperChatEvent constructor

SuperChatEvent({
  1. String? etag,
  2. String? id,
  3. String? kind,
  4. SuperChatEventSnippet? snippet,
})

Implementation

SuperChatEvent({
  this.etag,
  this.id,
  this.kind,
  this.snippet,
});