WebAuthnMfaRequest.fromJson constructor

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

Implementation

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