LiveChatMessage constructor

LiveChatMessage({
  1. LiveChatMessageAuthorDetails? authorDetails,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. LiveChatMessageSnippet? snippet,
})

Implementation

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