RemoveProfilePermissionResponse constructor

RemoveProfilePermissionResponse({
  1. String? revisionId,
})

Implementation

RemoveProfilePermissionResponse({
  this.revisionId,
});