GroupItem constructor

GroupItem({
  1. Errors? errors,
  2. String? etag,
  3. String? groupId,
  4. String? id,
  5. String? kind,
  6. GroupItemResource? resource,
})

Implementation

GroupItem({
  this.errors,
  this.etag,
  this.groupId,
  this.id,
  this.kind,
  this.resource,
});