GroupSnippet constructor

GroupSnippet({
  1. String? publishedAt,
  2. String? title,
})

Implementation

GroupSnippet({this.publishedAt, this.title});