WebpropertyPermissions constructor

WebpropertyPermissions({
  1. List<String>? effective,
})

Implementation

WebpropertyPermissions({
  this.effective,
});