Groups constructor

Groups({
  1. String? etag,
  2. List<Group>? groups,
  3. String? kind,
  4. String? nextPageToken,
})

Implementation

Groups({this.etag, this.groups, this.kind, this.nextPageToken});