WebAuthnPublicKeyRegistrationRequest.fromJson constructor

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

Implementation

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