Groups constructor

Groups({
  1. String? kind,
  2. String? responseCode,
})

Implementation

Groups({
  this.kind,
  this.responseCode,
});