WebAuthnRegisterRequest.fromJson constructor

WebAuthnRegisterRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory WebAuthnRegisterRequest.fromJson(Map<String, Object?> json) =>
    _$WebAuthnRegisterRequestFromJson(json);