FidoUafAttestationInformationUnknownError.fromJson constructor
Alternate constructor that creates a FidoUafAttestationInformationUnknownError from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory FidoUafAttestationInformationUnknownError.fromJson(
Map<String, dynamic> json,
) {
return FidoUafAttestationInformationUnknownErrorImpl.fromJson(json);
}