Permission constructor

Permission({
  1. String? emailAddress,
  2. String? role,
})

Implementation

Permission({
  this.emailAddress,
  this.role,
});