CaptionListResponse constructor

CaptionListResponse({
  1. String? etag,
  2. String? eventId,
  3. List<Caption>? items,
  4. String? kind,
  5. String? visitorId,
})

Implementation

CaptionListResponse({
  this.etag,
  this.eventId,
  this.items,
  this.kind,
  this.visitorId,
});