GSuitePrincipal constructor

GSuitePrincipal({
  1. bool? gsuiteDomain,
  2. String? gsuiteGroupEmail,
  3. String? gsuiteUserEmail,
})

Implementation

GSuitePrincipal({
  this.gsuiteDomain,
  this.gsuiteGroupEmail,
  this.gsuiteUserEmail,
});