IdentityResponse.fromRawJson constructor

IdentityResponse.fromRawJson(
  1. String str
)

Implementation

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