Privilege constructor

Privilege({
  1. List<Privilege>? childPrivileges,
  2. String? etag,
  3. bool? isOuScopable,
  4. String? kind,
  5. String? privilegeName,
  6. String? serviceId,
  7. String? serviceName,
})

Implementation

Privilege({
  this.childPrivileges,
  this.etag,
  this.isOuScopable,
  this.kind,
  this.privilegeName,
  this.serviceId,
  this.serviceName,
});