CredentialResponse.fromJson constructor
CredentialResponse.fromJson(
- dynamic jsonObject
Implementation
CredentialResponse.fromJson(dynamic jsonObject) {
var json = credentialToMap(jsonObject);
_fromJson(json);
}