Grant constructor
Grant({
- Grantee? grantee,
- Permission? permission,
Implementation
Grant({
this.grantee,
this.permission,
});
Grant({
this.grantee,
this.permission,
});