Grant constructor

Grant(
  1. Grantee? grantee,
  2. String? permission
)

Implementation

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