AddPermissionResponse constructor

AddPermissionResponse({
  1. String? statement,
})

Implementation

AddPermissionResponse({
  this.statement,
});