Grantee constructor

Grantee(
  1. String? displayName,
  2. String? emailAddress,
  3. String? iD,
  4. String? type,
  5. String? uRI,
)

Implementation

Grantee(
  this.displayName,
  this.emailAddress,
  this.iD,
  this.type,
  this.uRI,
);