ActivitySnippet constructor

ActivitySnippet({
  1. String? channelId,
  2. String? channelTitle,
  3. String? description,
  4. String? groupId,
  5. DateTime? publishedAt,
  6. ThumbnailDetails? thumbnails,
  7. String? title,
  8. String? type,
})

Implementation

ActivitySnippet({
  this.channelId,
  this.channelTitle,
  this.description,
  this.groupId,
  this.publishedAt,
  this.thumbnails,
  this.title,
  this.type,
});