CreateUserResponse constructor

CreateUserResponse({
  1. String? userArn,
  2. String? userId,
})

Implementation

CreateUserResponse({
  this.userArn,
  this.userId,
});