Creates an attestation response from a decoded JSON map.
factory AttestationResponse.fromJson(Map<String, dynamic> json) => _$AttestationResponseFromJson(json);