FidoUafAttestationInformationUnknownError.fromJson constructor

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

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);
}