LiveChatPollDetails constructor
LiveChatPollDetails({
- LiveChatPollDetailsPollMetadata? metadata,
- String? status,
Implementation
LiveChatPollDetails({this.metadata, this.status});