UserContext constructor

UserContext({
  1. String? domainId,
  2. String? userProfileArn,
  3. String? userProfileName,
})

Implementation

UserContext({
  this.domainId,
  this.userProfileArn,
  this.userProfileName,
});