LiveChatMessageListResponse constructor

LiveChatMessageListResponse({
  1. LiveChatMessage? activePollItem,
  2. String? etag,
  3. String? eventId,
  4. List<LiveChatMessage>? items,
  5. String? kind,
  6. String? nextPageToken,
  7. DateTime? offlineAt,
  8. PageInfo? pageInfo,
  9. int? pollingIntervalMillis,
  10. TokenPagination? tokenPagination,
  11. String? visitorId,
})

Implementation

LiveChatMessageListResponse({
  this.activePollItem,
  this.etag,
  this.eventId,
  this.items,
  this.kind,
  this.nextPageToken,
  this.offlineAt,
  this.pageInfo,
  this.pollingIntervalMillis,
  this.tokenPagination,
  this.visitorId,
});