GoogleAppsScriptTypeUser constructor

GoogleAppsScriptTypeUser({
  1. String? domain,
  2. String? email,
  3. String? name,
  4. String? photoUrl,
})

Implementation

GoogleAppsScriptTypeUser({
  this.domain,
  this.email,
  this.name,
  this.photoUrl,
});