IdentityResponse.fromRawJson constructor
IdentityResponse.fromRawJson(
- String str
Implementation
factory IdentityResponse.fromRawJson(String str) =>
IdentityResponse.fromJson(json.decode(str));
factory IdentityResponse.fromRawJson(String str) =>
IdentityResponse.fromJson(json.decode(str));