Grant constructor

Grant({
  1. Grantee? grantee,
  2. Permission? permission,
})

Implementation

Grant({
  this.grantee,
  this.permission,
});