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