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