GetPermissionResponse constructor

GetPermissionResponse({
  1. ResourceSharePermissionDetail? permission,
})

Implementation

GetPermissionResponse({
  this.permission,
});