Group constructor
Group({
- GroupContentDetails? contentDetails,
- Errors? errors,
- String? etag,
- String? id,
- String? kind,
- GroupSnippet? snippet,
Implementation
Group({
this.contentDetails,
this.errors,
this.etag,
this.id,
this.kind,
this.snippet,
});