UserProfileSummary constructor

UserProfileSummary({
  1. String? displayName,
  2. String? emailAddress,
  3. String? sshPublicKey,
  4. String? userArn,
})

Implementation

UserProfileSummary({
  this.displayName,
  this.emailAddress,
  this.sshPublicKey,
  this.userArn,
});