AuthenticatorAttestationResponseJSON constructor
AuthenticatorAttestationResponseJSON({})
Implementation
external factory AuthenticatorAttestationResponseJSON(
{String? clientDataJSON,
String? attestationObject,
Iterable<String>? transports});