Privileges constructor

Privileges({
  1. String? etag,
  2. List<Privilege>? items,
  3. String? kind,
})

Implementation

Privileges({
  this.etag,
  this.items,
  this.kind,
});