VideoLiveStreamingDetails constructor

VideoLiveStreamingDetails({
  1. String? activeLiveChatId,
  2. DateTime? actualEndTime,
  3. DateTime? actualStartTime,
  4. String? concurrentViewers,
  5. DateTime? scheduledEndTime,
  6. DateTime? scheduledStartTime,
})

Implementation

VideoLiveStreamingDetails({
  this.activeLiveChatId,
  this.actualEndTime,
  this.actualStartTime,
  this.concurrentViewers,
  this.scheduledEndTime,
  this.scheduledStartTime,
});