PasskeyIdentity constructor Null safety
Implementation
PasskeyIdentity({
required this.id,
required this.displayName,
required this.username,
required this.primaryEmailAddress,
});
PasskeyIdentity({
required this.id,
required this.displayName,
required this.username,
required this.primaryEmailAddress,
});