CreateUserResponse constructor

CreateUserResponse({
  1. String? userArn,
})

Implementation

CreateUserResponse({
  this.userArn,
});