LiveChatMessage constructor
LiveChatMessage({
- LiveChatMessageAuthorDetails? authorDetails,
- String? etag,
- String? id,
- String? kind,
- LiveChatMessageSnippet? snippet,
Implementation
LiveChatMessage({
this.authorDetails,
this.etag,
this.id,
this.kind,
this.snippet,
});