GroupItemResource constructor

GroupItemResource({
  1. String? id,
  2. String? kind,
})

Implementation

GroupItemResource({
  this.id,
  this.kind,
});