LiveChatPollDetails constructor

LiveChatPollDetails({
  1. LiveChatPollDetailsPollMetadata? metadata,
  2. String? status,
})

Implementation

LiveChatPollDetails({
  this.metadata,
  this.status,
});