CreateUserResponse constructor

CreateUserResponse({
  1. String? userId,
  2. String? userKey,
  3. String? clientUserId,
})

Implementation

CreateUserResponse({
  this.userId,
  this.userKey,
  this.clientUserId,
});