RegisterResponseType constructor
const
RegisterResponseType({})
Constructs a new instance.
Implementation
const RegisterResponseType({
required this.id,
required this.rawId,
required this.clientDataJSON,
required this.attestationObject,
required this.transports,
this.clientExtensionResults,
});