S3Grant constructor

S3Grant({
  1. S3Grantee? grantee,
  2. S3Permission? permission,
})

Implementation

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