FidoUafAttestationInformationError.fromJson constructor

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

Alternate constructor to create a FidoUafAttestationInformationError from json.

Params:

  • json: contains the source for instance creation.

Implementation

factory FidoUafAttestationInformationError.fromJson(
  Map<String, dynamic> json,
) {
  return const FidoUafAttestationInformationErrorConverter().fromJson(json);
}