NewUserDetails constructor
NewUserDetails({})
Implementation
NewUserDetails(
{List<String>? applicationKeys,
this.displayName,
required this.emailAddress,
this.key,
this.name,
this.password,
List<String>? products,
this.self})
: applicationKeys = applicationKeys ?? [],
products = products ?? [];