Group constructor

Group({
  1. GroupContentDetails? contentDetails,
  2. Errors? errors,
  3. String? etag,
  4. String? id,
  5. String? kind,
  6. GroupSnippet? snippet,
})

Implementation

Group({
  this.contentDetails,
  this.errors,
  this.etag,
  this.id,
  this.kind,
  this.snippet,
});