WebAuthnAuthenticatorAuthenticationResponse.fromJson constructor

WebAuthnAuthenticatorAuthenticationResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WebAuthnAuthenticatorAuthenticationResponse.fromJson(
        Map<String, dynamic> json) =>
    _$WebAuthnAuthenticatorAuthenticationResponseFromJson(json);